diff --git a/apps/portal/src/components/questions/QuestionsNavigation.ts b/apps/portal/src/components/questions/QuestionsNavigation.ts index bea2a957..58278119 100644 --- a/apps/portal/src/components/questions/QuestionsNavigation.ts +++ b/apps/portal/src/components/questions/QuestionsNavigation.ts @@ -2,7 +2,7 @@ import type { ProductNavigationItems } from '~/components/global/ProductNavigati const navigation: ProductNavigationItems = [ { href: '/questions/lists', name: 'My Lists' }, - { href: '/questions/my', name: 'My Questions' }, + { href: '/questions/my-questions', name: 'My Questions' }, { href: '/questions/history', name: 'History' }, ]; diff --git a/apps/portal/src/pages/questions/history.tsx b/apps/portal/src/pages/questions/history.tsx new file mode 100644 index 00000000..a96104f2 --- /dev/null +++ b/apps/portal/src/pages/questions/history.tsx @@ -0,0 +1,7 @@ +export default function HistoryPage() { + return ( +