Skip to content

Commit

Permalink
chore: title before page name
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Jun 23, 2024
1 parent 830b126 commit e3a9fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ export const Page = ({ page }: { page: PageItem }) => {
return (
<PageWrapper>
<Helmet>
<title>{`${t(key, { ns: 'base' })} : ${t('title', {
<title>{`${t('title', {
context: `${network}`,
ns: 'base',
})}`}</title>
})} : ${t(key, { ns: 'base' })}`}</title>
</Helmet>
<Entry page={page} />
</PageWrapper>
Expand Down

0 comments on commit e3a9fb9

Please sign in to comment.