Skip to content

Commit

Permalink
add title
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucieo committed Feb 23, 2024
1 parent 4c9fbd8 commit 0b6b694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pages/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const OtherPages = ({ page }: Props) => {
const { t } = useTranslation('common')
return (
<>
<NextSeo title={t('title.charte')} />
<NextSeo title={page.title} />
<Heading
as="h1"
textStyle="h1"
Expand Down

0 comments on commit 0b6b694

Please sign in to comment.