feat: add minimal SVG favicon
This commit is contained in:
parent
f13d623708
commit
d5c8d5ad3b
1 changed files with 4 additions and 0 deletions
4
client/public/favicon.svg
Normal file
4
client/public/favicon.svg
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
|
||||||
|
<rect width="32" height="32" rx="8" fill="#1e293b"/>
|
||||||
|
<path d="M8 10h16M8 16h16M8 22h10" stroke="#f8fafc" stroke-width="2.5" stroke-linecap="round"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 233 B |
Loading…
Add table
Reference in a new issue