mirror of
https://github.com/ArthurDanjou/arthurdanjou.fr.git
synced 2026-01-14 12:14:34 +01:00
📷 | Added Favicon
This commit is contained in:
@@ -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 />
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user