-
Notifications
You must be signed in to change notification settings - Fork 0
Add favicon #28
Copy link
Copy link
Open
Labels
P3Low priority / nice to haveLow priority / nice to havetype: enhancementRefinement of existing functionalityRefinement of existing functionalityuiUser interface, visual, layoutUser interface, visual, layout
Metadata
Metadata
Assignees
Labels
P3Low priority / nice to haveLow priority / nice to havetype: enhancementRefinement of existing functionalityRefinement of existing functionalityuiUser interface, visual, layoutUser interface, visual, layout
Browsers show a default broken-icon for the tab. Cosmetic but the first thing visible after the title.
Fix: small SVG favicon — a single block-grid hint or US silhouette in the dark-theme palette. Embed inline in `index.html` via `<link rel="icon" href="data:image/svg+xml;...">` to avoid a second HTTP request. Bonus: `apple-touch-icon` for the iOS home-screen case.