Ver Fonte

Remove duplicate favicon link

Manav Rathi há 1 ano atrás
pai
commit
af4eaac158
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      web/packages/shared/next/pages/_document.tsx

+ 0 - 1
web/packages/shared/next/pages/_document.tsx

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