feat: Add favicon.svg and link it in index.html for improved branding

This commit is contained in:
2026-03-05 10:00:45 -08:00
parent ca2d780018
commit 5446fbb950
2 changed files with 9 additions and 0 deletions

8
app/public/favicon.svg Normal file
View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect x="4" y="14" width="24" height="14" rx="1" fill="#3b82f6"/>
<rect x="4" y="4" width="4" height="14" fill="#3b82f6"/>
<rect x="14" y="4" width="4" height="14" fill="#3b82f6"/>
<rect x="24" y="4" width="4" height="14" fill="#3b82f6"/>
<rect x="12" y="20" width="8" height="8" rx="1" fill="#1e293b"/>
<rect x="12" y="20" width="8" height="4" rx="1" fill="#1e293b"/>
</svg>

After

Width:  |  Height:  |  Size: 449 B