feat: add logo as favicon

This commit is contained in:
Dustin Byrne
2026-03-25 23:12:07 -04:00
parent 3f7814e14b
commit 13d1afb818

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>hai — board</title>
<link rel="icon" type="image/svg+xml" href="/logo.svg">
</head>
<body>
<div id="root"></div>