We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4275907 commit 9e96d83Copy full SHA for 9e96d83
1 file changed
packages/ui/src/components/favicon.tsx
@@ -4,7 +4,6 @@ export const Favicon = () => {
4
return (
5
<>
6
<Link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
7
- <Link rel="icon" type="image/svg+xml" href="/favicon.svg" />
8
<Link rel="shortcut icon" href="/favicon.ico" />
9
<Link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
10
<Link rel="manifest" href="/site.webmanifest" />
0 commit comments