diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/blog/index.tsx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/pages/blog/index.tsx b/src/pages/blog/index.tsx index 1bd6c62..0804cd2 100644 --- a/src/pages/blog/index.tsx +++ b/src/pages/blog/index.tsx @@ -61,7 +61,7 @@ const Blog: NextPageWithLayout<BlogPageProps> = ({ fallback }) => {            >{t`Load more?`}</Button>          )}          <Sidebar> -          <ThematicsList /> +          <ThematicsList title={t`Thematics`} />            <TopicsList />          </Sidebar>        </article> | 
