From 4b823c4ea4bc45e5fcd838015e6e56ab451fca0b Mon Sep 17 00:00:00 2001 From: wlren Date: Mon, 24 Oct 2022 22:44:41 +0800 Subject: [PATCH] [question][chore]remove unimplemented nav --- apps/portal/src/components/questions/QuestionsNavigation.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/portal/src/components/questions/QuestionsNavigation.ts b/apps/portal/src/components/questions/QuestionsNavigation.ts index f46d2388..52fc62e4 100644 --- a/apps/portal/src/components/questions/QuestionsNavigation.ts +++ b/apps/portal/src/components/questions/QuestionsNavigation.ts @@ -3,8 +3,8 @@ import type { ProductNavigationItems } from '~/components/global/ProductNavigati const navigation: ProductNavigationItems = [ { href: '/questions/browse', name: 'Browse' }, { href: '/questions/lists', name: 'My Lists' }, - { href: '/questions/my-questions', name: 'My Questions' }, - { href: '/questions/history', name: 'History' }, + // { href: '/questions/my-questions', name: 'My Questions' }, + // { href: '/questions/history', name: 'History' }, ]; const config = {