fix: add favicon to webui (#649)

This commit is contained in:
Keybored
2025-01-22 18:36:42 -08:00
committed by GitHub
parent 465181e50a
commit dd1e18c9cb
2 changed files with 19 additions and 1 deletions
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 39 KiB

+2 -1
View File
@@ -3,9 +3,10 @@
<head>
<title>Backrest</title>
<link rel="stylesheet" href="index.sass" />
<link rel="icon" type="image/svg+xml" href="../assets/favicon.svg" />
</head>
<body>
<div id="app"></div>
<script src="index.tsx" type="module"></script>
</body>
</html>
</html>