Remove duplicate favicon link

This commit is contained in:
Manav Rathi 2024-03-11 13:26:15 +05:30
parent de166645b0
commit af4eaac158

View file

@ -26,7 +26,6 @@ export default function EnteDocument({ emotionStyleTags }: EnteDocumentProps) {
content="ente - end-to-end encrypted cloud with open-source apps"
/>
<link rel="icon" href="/images/favicon.png" type="image/png" />
<link rel="icon" type="image/png" href="/images/favicon.png" />
<meta name="apple-mobile-web-app-capable" content="yes" />
{emotionStyleTags}
</Head>