Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div align="center">

<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/images/logo.png">
<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.
</picture>

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading