mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 13:13:54 +08:00
[resumes][fix] resumes browse navbar href
This commit is contained in:
@ -3,7 +3,7 @@ import type { ProductNavigationItems } from '~/components/global/ProductNavigati
|
|||||||
const navigation: ProductNavigationItems = [
|
const navigation: ProductNavigationItems = [
|
||||||
{
|
{
|
||||||
children: [],
|
children: [],
|
||||||
href: '/resumes',
|
href: '/resumes/browse',
|
||||||
name: 'Browse',
|
name: 'Browse',
|
||||||
},
|
},
|
||||||
{ children: [], href: '/resumes/submit', name: 'Submit for review' },
|
{ children: [], href: '/resumes/submit', name: 'Submit for review' },
|
||||||
|
Reference in New Issue
Block a user