TF-102 fixed favicon in project

This commit is contained in:
AmirHossein Mahmoodi
2023-09-27 09:58:53 +03:30
parent 01efe56faa
commit 95b8e5e167
2 changed files with 1 additions and 1 deletions

BIN
public/icons/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -11,7 +11,7 @@ export default function MyDocument(props) {
<Head> <Head>
<meta name="theme-color" content={theme.palette.primary.main}/> <meta name="theme-color" content={theme.palette.primary.main}/>
<meta name="emotion-insertion-point" content=""/> <meta name="emotion-insertion-point" content=""/>
<link rel="shortcut icon" href="/icons/favicon.ico"/> <link rel="shortcut icon" href="/icons/favicon.png"/>
<link rel="manifest" href="/manifest.json"/> <link rel="manifest" href="/manifest.json"/>
{emotionStyleTags} {emotionStyleTags}
</Head> </Head>