mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 20:52:00 +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 = [
|
||||
{
|
||||
children: [],
|
||||
href: '/resumes',
|
||||
href: '/resumes/browse',
|
||||
name: 'Browse',
|
||||
},
|
||||
{ children: [], href: '/resumes/submit', name: 'Submit for review' },
|
||||
|
Reference in New Issue
Block a user