Merge pull request #478 from Discours/router-upgrade

update router workflow
This commit is contained in:
Tony 2024-07-30 06:04:14 +03:00 committed by GitHub
commit 4902096e48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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