[portal][nav] hide global nav for resumes

This commit is contained in:
Yangshun Tay
2022-10-09 15:30:58 +08:00
parent dd08da88a0
commit b1d7a4e4e6
5 changed files with 36 additions and 29 deletions

View File

@ -15,6 +15,7 @@ const navigation: ProductNavigationItems = [
const config = {
navigation,
showGlobalNav: true,
title: 'Tech Interview Handbook',
};