Merge pull request #2772 from omnivore-app/fix/web-favicon

Update favicon
This commit is contained in:
Jackson Harper 2023-09-19 12:34:19 +08:00 committed by GitHub
commit 64a8756f9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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