diff --git a/apps/portal/src/components/questions/QuestionsNavigation.ts b/apps/portal/src/components/questions/QuestionsNavigation.ts index 58278119..704e6a59 100644 --- a/apps/portal/src/components/questions/QuestionsNavigation.ts +++ b/apps/portal/src/components/questions/QuestionsNavigation.ts @@ -1,6 +1,7 @@ import type { ProductNavigationItems } from '~/components/global/ProductNavigation'; const navigation: ProductNavigationItems = [ + { href: '/questions', name: 'Home' }, { href: '/questions/lists', name: 'My Lists' }, { href: '/questions/my-questions', name: 'My Questions' }, { href: '/questions/history', name: 'History' },