Skip to content

Add an SVG favicon for the landing page#24

Merged
fredrivett merged 2 commits into
mainfrom
claude/favicon
Jun 20, 2026
Merged

Add an SVG favicon for the landing page#24
fredrivett merged 2 commits into
mainfrom
claude/favicon

Conversation

@fredrivett

@fredrivett fredrivett commented Jun 20, 2026

Copy link
Copy Markdown
Owner

Adds an SVG favicon to the landing page.

The menu bar icon is the SF Symbol person.and.background.striped.horizontal, which can't be reused on the web — Apple licenses SF Symbols for in-app UI only (not as logos/favicons), and the detailed glyph wouldn't read at 16–32px anyway. There's no standalone app-icon asset in the repo either.

So this adds a license-safe lowercase-r monogram in the brand green (#4ade80), consistent with the reeve wordmark and crisp at favicon sizes. Easy to swap for a real app icon later (which could then be shared by both the .app and the site).

Changes

  • site/favicon.svg — the monogram
  • site/index.html<link rel="icon" type="image/svg+xml" href="favicon.svg" />

Note

SVG favicons cover modern browsers. A PNG/ICO + apple-touch-icon fallback (for Safari/older) can be generated on a Mac and added later if you want fuller coverage — not required.

🤖 Generated with Claude Code


Generated by Claude Code


Summary by cubic

Add a license-safe SVG favicon to the landing page: a white lowercase “r” monogram centered on a grey tile, crisp at small sizes. Adds favicon.svg and links it as the site icon in index.html.

Written for commit c684673. Summary will update on new commits.

Review in cubic

The menu bar uses an SF Symbol, which can't be reused on the web (Apple
licenses SF Symbols for in-app UI only), so add a license-safe lowercase-r
monogram favicon in the brand green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UxW88oRt7fVbTyT8rsHDYi

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

No issues found across 2 files

Re-trigger cubic

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UxW88oRt7fVbTyT8rsHDYi
@fredrivett fredrivett merged commit 6bb0361 into main Jun 20, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants