📷 | 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 ( return (
<div className="about"> <div className="about">
<Head> <Head>
<link rel="shortcut icon" href="/assets/photo-round.png" /> <link rel="shortcut icon" href="/favicon/favicon.ico" />
<title>Arthur Danjou | A propos</title> <title>Arthur Danjou | A propos</title>
</Head> </Head>
<Header /> <Header />

View File

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

View File

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