We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1f82ea + 64b0a19 commit 682bc09Copy full SHA for 682bc09
src/components/layout/page/index.js
@@ -7,7 +7,7 @@ export const Page = ({ title = 'hic et nunc', children = null }) => {
7
return (
8
<main className={styles.container}>
9
<Helmet>
10
- <title>hic en nunc - {title}</title>
+ <title>hic et nunc - {title}</title>
11
</Helmet>
12
<VisuallyHidden as="h1">{title}</VisuallyHidden>
13
{children}
0 commit comments