alltopics-title-fix

This commit is contained in:
Untone 2024-07-30 05:55:12 +03:00
parent 4cb888262d
commit 5846d24c10

View File

@ -24,8 +24,8 @@ export default (props: RouteSectionProps<{ topics: Topic[] }>) => {
<PageLayout
withPadding={true}
key="topics"
title={t('Themes and plots')}
headerTitle={`${t('Discours')} :: ${t('All topics')}`}
title={`${t('Discours')} :: ${t('Themes and plots')}`}
headerTitle={t('All topics')}
desc="Thematic table of contents of the magazine. Here you can find all the topics that the community authors wrote about"
>
<Suspense fallback={<Loading />}>