Skip to content

Commit f9d0fe5

Browse files
bndct-devopsclaude
andcommitted
feat: replace favicon with Lucide BookOpen icon on dark background
All favicon/PWA icons now use the same BookOpen icon from the sidebar header — white on #18181b rounded background. Added PNG fallback link in index.html. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 063f9a1 commit f9d0fe5

6 files changed

Lines changed: 8 additions & 1 deletion

File tree

frontend/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6+
<link rel="icon" type="image/png" sizes="192x192" href="/pwa-192x192.png" />
67
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
78
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
89
<meta name="theme-color" content="#863bff" />
-24.2 KB
Loading

frontend/public/favicon.svg

Lines changed: 7 additions & 1 deletion
Loading

frontend/public/pwa-192x192.png

-27.7 KB
Loading
-111 KB
Loading

frontend/public/pwa-512x512.png

-166 KB
Loading

0 commit comments

Comments
 (0)