feat: add SVG favicon matching header logo
Create a static SVG favicon replicating the nav logo — a forward slash on a dark (#09090b) square with the brand light (#fafafa) text colour. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
4
static/favicon.svg
Normal file
4
static/favicon.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||
<rect width="32" height="32" fill="#09090b"/>
|
||||
<text x="16" y="24" text-anchor="middle" font-family="'Space Grotesk',sans-serif" font-weight="700" font-size="22" fill="#fafafa">/</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 257 B |
Reference in New Issue
Block a user