fix: misaligned favicon (#660)

This commit is contained in:
Keybored
2025-01-29 16:15:59 -08:00
committed by GitHub
parent a7c49da7c5
commit de56e26221
2 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<title>Backrest</title>
<link rel="stylesheet" href="index.sass" />
<link rel="icon" type="image/svg+xml" href="../assets/favicon.svg" />
<link rel="icon" type="image/png" href="../assets/favicon.png" />
</head>
<body>
<div id="app"></div>