diff --git a/apps/portal/src/components/questions/QuestionsNavigation.ts b/apps/portal/src/components/questions/QuestionsNavigation.ts index 457845bb..bea2a957 100644 --- a/apps/portal/src/components/questions/QuestionsNavigation.ts +++ b/apps/portal/src/components/questions/QuestionsNavigation.ts @@ -1,9 +1,9 @@ import type { ProductNavigationItems } from '~/components/global/ProductNavigation'; const navigation: ProductNavigationItems = [ - { href: '/questions', name: 'My Lists' }, - { href: '/questions', name: 'My Questions' }, - { href: '/questions', name: 'History' }, + { href: '/questions/lists', name: 'My Lists' }, + { href: '/questions/my', name: 'My Questions' }, + { href: '/questions/history', name: 'History' }, ]; const config = {