Skip to content

Commit 6b1e4c0

Browse files
authored
fix: firefox devices showing astro logo as favicon
1 parent f68fbf8 commit 6b1e4c0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/layouts/Layout.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ import Footer from "../components/Footer.astro";
5454
<link rel="preconnect" href="https://fonts.googleapis.com" />
5555
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
5656

57-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
5857
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
5958
<link rel="apple-touch-icon" href="/favicon.ico" />
6059
<title>{title ?? "Selaura Client"}</title>

0 commit comments

Comments
 (0)