[resumes][feat] Update resume top nav bar

pull/344/head
Keane Chan 3 years ago
parent 53433787eb
commit 66a931dc68
No known key found for this signature in database
GPG Key ID: 32718398E1E9F87C

@ -2,16 +2,11 @@ import type { ProductNavigationItems } from '~/components/global/ProductNavigati
const navigation: ProductNavigationItems = [
{
children: [
{ href: '#', name: 'Technical Support' },
{ href: '#', name: 'Sales' },
{ href: '#', name: 'General' },
],
href: '#',
name: 'Inboxes',
children: [],
href: '/resumes',
name: 'Browse',
},
{ children: [], href: '#', name: 'Reporting' },
{ children: [], href: '#', name: 'Settings' },
{ children: [], href: '/resumes/submit', name: 'Submit for review' },
];
const config = {

Loading…
Cancel
Save