From 3d35170404b280bb70913ef41b0478ca65e00d72 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 11 Jan 2022 13:04:50 +0100 Subject: chore(widget): pass title to TopicsList as parameter I also choose to no display the current topic in the list if the current page is a subject. --- 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 0804cd2..bee0522 100644 --- a/src/pages/blog/index.tsx +++ b/src/pages/blog/index.tsx @@ -62,7 +62,7 @@ const Blog: NextPageWithLayout = ({ fallback }) => { )} - + -- cgit v1.2.3