Skip to content

Commit

Permalink
Changed the é to html encoded variant.
Browse files Browse the repository at this point in the history
  • Loading branch information
benni347 committed Nov 8, 2022
1 parent 9560c25 commit f8f0531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layouts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Main = ({ children, router}) => {
<Box as="main" pb={8}>
<Head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Cédric&apos;s Portfolio</title>
<title>C&eacute;dric&apos;s Portfolio</title>
</Head>

<Navbar path={router.asPath} />
Expand Down

0 comments on commit f8f0531

Please sign in to comment.