mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 05:02:52 +08:00
[portal][ui] change app shell UI
This commit is contained in:
15
apps/portal/src/components/questions/QuestionsNavigation.ts
Normal file
15
apps/portal/src/components/questions/QuestionsNavigation.ts
Normal file
@ -0,0 +1,15 @@
|
||||
import type { ProductNavigationItems } from '~/components/global/ProductNavigation';
|
||||
|
||||
const navigation: ProductNavigationItems = [
|
||||
{ href: '/questions', name: 'Home' },
|
||||
{ href: '#', name: 'My Lists' },
|
||||
{ href: '#', name: 'My Questions' },
|
||||
{ href: '#', name: 'History' },
|
||||
];
|
||||
|
||||
const config = {
|
||||
navigation,
|
||||
title: 'Questions Bank',
|
||||
};
|
||||
|
||||
export default config;
|
Reference in New Issue
Block a user