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