Skip to content

feat(clients): use official FSH favicon in admin and dashboard#1289

Merged
iammukeshm merged 1 commit into
mainfrom
feat/official-fsh-favicon
Jun 5, 2026
Merged

feat(clients): use official FSH favicon in admin and dashboard#1289
iammukeshm merged 1 commit into
mainfrom
feat/official-fsh-favicon

Conversation

@iammukeshm

Copy link
Copy Markdown
Member

What

Both the admin and dashboard apps were shipping placeholder favicon.svg files (a generic "H" mark in admin, a chart-line in dashboard) — neither was the FullStackHero brand. This swaps in the official FSH favicon set.

Changes

  • Added the official favicon assets to public/ in both clients/admin and clients/dashboard:
    • favicon.ico
    • favicon-32x32.png
    • favicon-16x16.png
  • These are the same canonical brand assets used by the docs site (fullstackhero/docs), the same source as the existing logo-fullstackhero.png (byte-identical).
  • Removed the placeholder favicon.svg from both apps.
  • Updated each index.html to link the .ico + PNG set instead of the old SVG.

All three surfaces (docs, admin, dashboard) now share one favicon — the green chevron FSH mark.

Notes

  • The official brand set has no SVG variant, so this matches the docs site exactly with .ico + PNGs rather than inventing a vector.

🤖 Generated with Claude Code

Replace the placeholder favicon.svg in both apps with the official
fullstackhero favicon set (favicon.ico + 16x16/32x32 PNGs), matching
the docs site's canonical brand assets. Update each index.html to link
the .ico + PNG set.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@iammukeshm iammukeshm merged commit d13e4fe into main Jun 5, 2026
13 of 15 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.

1 participant