[resumes][feat] add link to resume guide (#354)

pull/356/head
Keane Chan 2 years ago committed by GitHub
parent 356eeb6954
commit 43af4b7ad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,11 @@ const navigation: ProductNavigationItems = [
name: 'Browse',
},
{ children: [], href: '/resumes/submit', name: 'Submit for review' },
{
children: [],
href: 'https://www.techinterviewhandbook.org/resume/',
name: 'Resume Guide',
},
];
const config = {

Loading…
Cancel
Save