Figured out that SVG is hot garbage and got an icon to work for the home icon.

This commit is contained in:
Zed A. Shaw 2025-08-18 11:46:19 -04:00
parent 9707e0e5f6
commit 26f61eb68b
4 changed files with 31 additions and 3 deletions

View file

@ -14,7 +14,14 @@
</head>
<body data-testid="{{.PageId}}">
<header>
<a id="home" href="/">🏡</a>
<a id="home" href="/">
<svg xmlns="http://www.w3.org/2000/svg"
width="2rem"
height="2rem"
viewBox="0 0 2rem 2rem">
<use href="/icons/home.svg#home" />
</svg>
</a>
<a id="live" href="/live/">Live</a>
<a id="stream" href="/stream/">Streams</a>
<a id="game" href="/game/">Games</a>