feat: Add favicon.svg and link it in index.html for improved branding
This commit is contained in:
8
app/public/favicon.svg
Normal file
8
app/public/favicon.svg
Normal 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 |
Reference in New Issue
Block a user