From 21f5c2cd4009a394cec6877b16bdd55175ef6ae7 Mon Sep 17 00:00:00 2001 From: wlren Date: Wed, 19 Oct 2022 16:20:26 +0800 Subject: [PATCH] [questions][navigation] fix highlight --- apps/portal/src/components/questions/QuestionsNavigation.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = {