aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/blog/index.tsx
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-11 11:41:58 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-11 11:41:58 +0100
commit98dd62e28793bad9c121a9f16b11a10222a41c50 (patch)
treecada79d3144685db218881c2913094c3613513d2 /src/pages/blog/index.tsx
parent5b1ecb1990463889bc736029fcbe38d0756141db (diff)
chore(widgets): pass title to thematics list as parameter
If the current page is a thematic, I also choose to not display the current thematic in the list.
Diffstat (limited to 'src/pages/blog/index.tsx')
-rw-r--r--src/pages/blog/index.tsx2
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>