📷 | Added Favicon

This commit is contained in:
2020-06-10 12:08:18 +02:00
parent 8dc2951c9c
commit e232024928
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ const AboutPage = () => {
return (
<div className="about">
<Head>
<link rel="shortcut icon" href="/assets/photo-round.png" />
<link rel="shortcut icon" href="/favicon/favicon.ico" />
<title>Arthur Danjou | A propos</title>
</Head>
<Header />

View File

@@ -10,7 +10,7 @@ const EnvPage = () => {
return (
<div className="env">
<Head>
<link rel="shortcut icon" href="/assets/photo-round.png" />
<link rel="shortcut icon" href="/favicon/favicon.ico" />
<title>Arthur Danjou | Environnement</title>
</Head>
<Header />

View File

@@ -13,7 +13,7 @@ const HomePage = () => {
return (
<div className="home">
<Head>
<link rel="shortcut icon" href="/assets/photo-round.png" />
<link rel="shortcut icon" href="/favicon/favicon.ico" />
<title>Arthur Danjou | Accueil</title>
</Head>
<Header />