Update favicon

This commit is contained in:
Jackson Harper
2023-09-15 20:41:29 +08:00
parent e1c5fc7f2e
commit 1d2ef4a9b5
2 changed files with 1 additions and 4 deletions

View File

@ -31,10 +31,7 @@ export function PageMetaData(props: PageMetaDataProps): JSX.Element {
return (
<Head>
<link
rel="shortcut icon"
href={`/static/icons/favicon-${isDarkMode ? 'dark' : 'light'}.ico`}
/>
<link rel="icon" href="/static/icons/favicon.ico" sizes="32x32" />
<meta property="fb:app_id" content="3584400838451823" />
<meta name="twitter:card" content="summary_large_image" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB