[question][ui] add Home to navigation

pull/411/head
Jeff Sieu 3 years ago
parent 3d9f5dfedd
commit 16b6484d34

@ -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' },

Loading…
Cancel
Save