Skip to content

Commit 682bc09

Browse files
Merge pull request #405 from Anemy/fix-title-typo
2 parents d1f82ea + 64b0a19 commit 682bc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/page/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const Page = ({ title = 'hic et nunc', children = null }) => {
77
return (
88
<main className={styles.container}>
99
<Helmet>
10-
<title>hic en nunc - {title}</title>
10+
<title>hic et nunc - {title}</title>
1111
</Helmet>
1212
<VisuallyHidden as="h1">{title}</VisuallyHidden>
1313
{children}

0 commit comments

Comments
 (0)