fmt
This commit is contained in:
parent
7e3499fbb3
commit
0c000b8b6e
|
@ -159,7 +159,6 @@ export const AllTopics = (props: Props) => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Show>
|
</Show>
|
||||||
|
|
||||||
</Show>
|
</Show>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -25,7 +25,7 @@ export default (props: RouteSectionProps<{ topics: Topic[] }>) => {
|
||||||
<PageLayout
|
<PageLayout
|
||||||
withPadding={true}
|
withPadding={true}
|
||||||
key="topics"
|
key="topics"
|
||||||
title='Themes and plots'
|
title={t('Themes and plots')}
|
||||||
headerTitle={`${t('Discours')} :: ${t('All topics')}`}
|
headerTitle={`${t('Discours')} :: ${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"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user