[resumes][fix] update header

pull/431/head
Terence Ho 3 years ago
parent 8c736ce738
commit 4cac4f497d

@ -1,17 +1,17 @@
import type { ProductNavigationItems } from '~/components/global/ProductNavigation'; import type { ProductNavigationItems } from '~/components/global/ProductNavigation';
const navigation: ProductNavigationItems = [ const navigation: ProductNavigationItems = [
{
children: [],
href: '/resumes/about',
name: 'About Us',
},
{ {
children: [], children: [],
href: '/resumes/browse', href: '/resumes/browse',
name: 'Browse', name: 'Browse',
}, },
{ children: [], href: '/resumes/submit', name: 'Submit for review' }, { children: [], href: '/resumes/submit', name: 'Submit for review' },
{
children: [],
href: '/resumes/about',
name: 'About Us',
},
{ {
children: [], children: [],
href: 'https://www.techinterviewhandbook.org/resume/', href: 'https://www.techinterviewhandbook.org/resume/',

Loading…
Cancel
Save