Fix extra favicon.

new-frontend
Icedream 2023-01-09 02:34:43 +01:00
parent eb34381d2f
commit c8289dc5c5
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
4 changed files with 0 additions and 4 deletions

View File

@ -129,7 +129,6 @@ const VideoListPage: NextPage<VideoListPageProps> = function VideoListPage({
defaultMessage: 'Games Done Quick Instant Archive', defaultMessage: 'Games Done Quick Instant Archive',
})} })}
</title> </title>
<link rel="icon" href="/favicon.ico" />
</Head> </Head>
<Breadcrumb> <Breadcrumb>

View File

@ -430,7 +430,6 @@ export default function VideoPlayerPage({
defaultMessage: 'Games Done Quick Instant Archive', defaultMessage: 'Games Done Quick Instant Archive',
})} })}
</title> </title>
<link rel="icon" href="/favicon.ico" />
</Head> </Head>
<Breadcrumb> <Breadcrumb>

View File

@ -40,7 +40,6 @@ const Error: NextPage<ErrorProps> = function Error({
defaultMessage: 'Games Done Quick Instant Archive', defaultMessage: 'Games Done Quick Instant Archive',
})} })}
</title> </title>
<link rel="icon" href="/favicon.ico" />
</Head> </Head>
<p> <p>
<h1>{statusCode} {title}</h1> <h1>{statusCode} {title}</h1>

View File

@ -49,7 +49,6 @@ const Home: NextPage<HomeProps> = function Home({ index: { announcements, ids }
defaultMessage: 'Games Done Quick Instant Archive', defaultMessage: 'Games Done Quick Instant Archive',
})} })}
</title> </title>
<link rel="icon" href="/favicon.ico" />
<meta name="color-scheme" content="light dark" /> <meta name="color-scheme" content="light dark" />
</Head> </Head>