Replace placeholder emoji favicon with TAP beads mark#60
Open
Conversation
Adds /assets/favicon.svg and /assets/apple-touch-icon.svg containing the TAP wordmark composition (dark-green / cyan / dark-green beads + cyan connector dot) on a beige rounded surface. Wires both into the default layout and adds a #002F0D theme-color meta for mobile chrome. 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
The site was using a placeholder 🔄 emoji as its favicon. This swaps it for a proper SVG of the TAP beads wordmark — same composition as the in-page logo (dark-green / cyan / dark-green beads + cyan connector dot) — sized down for browser tabs and home-screen tiles.
/assets/favicon.svg— 32×32 viewBox, beige rounded background, three 8px beads with the brand cyan in the middle, connector path + cyan dot below. Designed to stay legible at 16×16./assets/apple-touch-icon.svg— 180×180 variant with chunkier strokes for iOS home-screen tiles.<meta name="theme-color" content="#002F0D">— paints the mobile browser chrome dark forest green to match.Test plan
/assets/favicon.svgor/assets/apple-touch-icon.svg🤖 Generated with Claude Code