feat(web): SVG logo + favicon, replace corrupted PNGs#126
Merged
Conversation
The PNGs added in 57c9270 (Code for Philly logo + favicon) decoded to the right shape but the wrong bytes — base64 transcription went sideways somewhere between Drive download and disk. This commit replaces all three PNGs with the corrected binaries (favicon 5866B, logo.png 8372B matching the original Drive metadata, and logo-horizontal upgraded to a 1067x400 high-res 19KB version). Adds SVG variants for the two places we actually render the image: apps/web/public/favicon.svg apps/web/public/img/logo-horizontal.svg AppHeader now renders the SVG (sharper at any zoom, scales perfectly on retina, half the payload of the new high-res PNG). index.html prefers the SVG favicon via <link rel="icon" type="image/svg+xml"> with the PNG kept as a fallback for browsers that don't support SVG favicons (anything pre-Chrome 80 / pre-Firefox 41). The standalone square logo (logo.png) stays PNG-only — it isn't referenced anywhere in the app yet, kept on hand for future use. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two related fixes you flagged after #123 landed:
Updates:
Test plan
🤖 Generated with Claude Code