[questions][navigation] fix highlight

pull/411/head
wlren 3 years ago committed by Jeff Sieu
parent 9c349cc8ac
commit 21f5c2cd40

@ -1,9 +1,9 @@
import type { ProductNavigationItems } from '~/components/global/ProductNavigation'; import type { ProductNavigationItems } from '~/components/global/ProductNavigation';
const navigation: ProductNavigationItems = [ const navigation: ProductNavigationItems = [
{ href: '/questions', name: 'My Lists' }, { href: '/questions/lists', name: 'My Lists' },
{ href: '/questions', name: 'My Questions' }, { href: '/questions/my', name: 'My Questions' },
{ href: '/questions', name: 'History' }, { href: '/questions/history', name: 'History' },
]; ];
const config = { const config = {

Loading…
Cancel
Save