mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 20:52:00 +08:00
[portal][ui] make product navigation appear in mobile menu
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
import type { ProductNavigationItems } from '~/components/global/ProductNavigation';
|
||||
|
||||
const navigation: ProductNavigationItems = [
|
||||
{ href: '/offers', name: 'Offers' },
|
||||
{ href: '/questions', name: 'Question Bank' },
|
||||
{
|
||||
children: [
|
||||
{ href: '/resumes', name: 'View Resumes' },
|
||||
@ -9,8 +11,6 @@ const navigation: ProductNavigationItems = [
|
||||
href: '#',
|
||||
name: 'Resumes',
|
||||
},
|
||||
{ href: '/questions', name: 'Question Bank' },
|
||||
{ href: '/offers', name: 'Offers' },
|
||||
];
|
||||
|
||||
const config = {
|
||||
|
Reference in New Issue
Block a user