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 = {