Skip to content

update logo#35

Merged
InftyAI-Agent merged 1 commit intoInftyAI:mainfrom
kerthcet:cleanup/logo
Apr 25, 2026
Merged

update logo#35
InftyAI-Agent merged 1 commit intoInftyAI:mainfrom
kerthcet:cleanup/logo

Conversation

@kerthcet
Copy link
Copy Markdown
Member

What this PR does / why we need it

Which issue(s) this PR fixes

Fixes #

Special notes for your reviewer

Does this PR introduce a user-facing change?


Signed-off-by: kerthcet <kerthcet@gmail.com>
Copilot AI review requested due to automatic review settings April 25, 2026 15:05
@InftyAI-Agent InftyAI-Agent added needs-triage Indicates an issue or PR lacks a label and requires one. needs-priority Indicates a PR lacks a label and requires one. do-not-merge/needs-kind Indicates a PR lacks a label and requires one. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Apr 25, 2026
@kerthcet
Copy link
Copy Markdown
Member Author

/lgtm
/kind documentation

@InftyAI-Agent InftyAI-Agent added lgtm Looks good to me, indicates that a PR is ready to be merged. documentation Categorizes issue or PR as related to documentation. and removed do-not-merge/needs-kind Indicates a PR lacks a label and requires one. labels Apr 25, 2026
@InftyAI-Agent InftyAI-Agent merged commit 633bb47 into InftyAI:main Apr 25, 2026
43 of 44 checks passed
@kerthcet kerthcet deleted the cleanup/logo branch April 25, 2026 15:05
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s branding assets by introducing a new SVG logo and switching the README’s logo <picture> sources to use it.

Changes:

  • Add docs/images/logo.svg (new SVG logo asset).
  • Update README.md to reference docs/images/logo.svg for both dark/light <source> entries.

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.

File Description
docs/images/logo.svg Adds the new SVG logo artwork for documentation/README usage.
README.md Switches the README logo <picture> sources from PNG to the new SVG.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
<source media="(prefers-color-scheme: light)" srcset="docs/images/logo.png">
<source media="(prefers-color-scheme: dark)" srcset="docs/images/logo.svg">
<source media="(prefers-color-scheme: light)" srcset="docs/images/logo.svg">
<img alt="PUMA Logo" src="docs/images/puma-logo-light.svg" width="240">
Copy link

Copilot AI Apr 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<img> fallback points to docs/images/puma-logo-light.svg, but that file does not exist in docs/images/ (and there are no repo matches). This will render a broken image in contexts where the <source> elements aren’t used (or if SVG fails to load). Update the fallback src to an existing asset (e.g., the new docs/images/logo.svg or the existing docs/images/logo.png) and/or add the missing file.

Suggested change
<img alt="PUMA Logo" src="docs/images/puma-logo-light.svg" width="240">
<img alt="PUMA Logo" src="docs/images/logo.svg" width="240">

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. documentation Categorizes issue or PR as related to documentation. lgtm Looks good to me, indicates that a PR is ready to be merged. needs-priority Indicates a PR lacks a label and requires one. needs-triage Indicates an issue or PR lacks a label and requires one.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants