[question][chore]remove unimplemented nav

pull/468/head
wlren 3 years ago
parent c188405de0
commit 4b823c4ea4

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

Loading…
Cancel
Save