From 407ef129e38489e56e2fdcf55aea87bb16d20b4a Mon Sep 17 00:00:00 2001 From: Aslam H Date: Mon, 9 Sep 2024 18:10:19 +0700 Subject: [PATCH] chore: navigate to pages and disable topic for now --- web/components/custom/sidebar/partial/page-section.tsx | 7 ++++--- web/components/custom/sidebar/partial/topic-section.tsx | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/web/components/custom/sidebar/partial/page-section.tsx b/web/components/custom/sidebar/partial/page-section.tsx index d8213c05..8fe4e59c 100644 --- a/web/components/custom/sidebar/partial/page-section.tsx +++ b/web/components/custom/sidebar/partial/page-section.tsx @@ -78,15 +78,16 @@ const PageSectionHeader: React.FC = ({ pageCount }) => (
- + +
diff --git a/web/components/custom/sidebar/partial/topic-section.tsx b/web/components/custom/sidebar/partial/topic-section.tsx index 0a2300b8..0e1155f7 100644 --- a/web/components/custom/sidebar/partial/topic-section.tsx +++ b/web/components/custom/sidebar/partial/topic-section.tsx @@ -118,7 +118,7 @@ const ListItem: React.FC = ({ label, value, href, count, isActive