mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-05-11 10:40:30 +08:00
[offers][feat] add about page
This commit is contained in:
@@ -3,12 +3,14 @@ import type { ProductNavigationItems } from '~/components/global/ProductNavigati
|
||||
const navigation: ProductNavigationItems = [
|
||||
{ href: '/offers/submit', name: 'Analyze your offers' },
|
||||
{ href: '/offers/features', name: 'Features' },
|
||||
{ href: '/offers/about', name: 'About' },
|
||||
];
|
||||
|
||||
const navigationAuthenticated: ProductNavigationItems = [
|
||||
{ href: '/offers/submit', name: 'Analyze your offers' },
|
||||
{ href: '/offers/dashboard', name: 'Your dashboard' },
|
||||
{ href: '/offers/features', name: 'Features' },
|
||||
{ href: '/offers/about', name: 'About' },
|
||||
];
|
||||
|
||||
const config = {
|
||||
|
||||
Reference in New Issue
Block a user