Skip to content

Commit

Permalink
Merge pull request #405 from Anemy/fix-title-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevenancio authored Apr 4, 2021
2 parents d1f82ea + 64b0a19 commit 682bc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/page/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Page = ({ title = 'hic et nunc', children = null }) => {
return (
<main className={styles.container}>
<Helmet>
<title>hic en nunc - {title}</title>
<title>hic et nunc - {title}</title>
</Helmet>
<VisuallyHidden as="h1">{title}</VisuallyHidden>
{children}
Expand Down

0 comments on commit 682bc09

Please sign in to comment.