📷 | Added Favicon

This commit is contained in:
2020-06-10 12:04:25 +02:00
parent 2031bf75d6
commit 52b26c35f7
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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