From 98dd62e28793bad9c121a9f16b11a10222a41c50 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 11 Jan 2022 11:41:58 +0100 Subject: 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. --- src/pages/blog/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/blog') 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 = ({ fallback }) => { >{t`Load more?`} )} - + -- cgit v1.2.3