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