Skip to content

Commit

Permalink
fix: correction du nom de l'app
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Hei committed Jul 1, 2021
1 parent cee334e commit ea9762f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function Layout({ showHeader, children }) {
return (
<React.Fragment>
<Head>
<title>Nos 1000 premiers jours</title>
<title>1000 premiers jours</title>
</Head>
<Nav />
{showHeader && <Header />}
Expand Down

0 comments on commit ea9762f

Please sign in to comment.