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.
1 parent 381565c commit 18a79e7Copy full SHA for 18a79e7
pages/index.tsx
@@ -13,7 +13,7 @@ const HomePage = observer(() => {
13
14
return (
15
<Container as="main" className={styles.main}>
16
- <PageHead />
+ <PageHead title={i18n.t('home_page')} />
17
18
<h1 className={`m-0 text-center ${styles.title}`}>
19
{i18n.t('welcome_to')}
0 commit comments