|
|
@ -1,8 +1,8 @@
|
|
|
|
import Link from 'next/link';
|
|
|
|
import Link from 'next/link';
|
|
|
|
|
|
|
|
|
|
|
|
const navigation = [
|
|
|
|
const navigation = [
|
|
|
|
{ href: '/questions/landing', name: 'Landing' },
|
|
|
|
{ href: '/questions/landing', name: '*Landing*' },
|
|
|
|
{ href: '#', name: 'Home' },
|
|
|
|
{ href: '/questions', name: 'Home' },
|
|
|
|
{ href: '#', name: 'My Lists' },
|
|
|
|
{ href: '#', name: 'My Lists' },
|
|
|
|
{ href: '#', name: 'My Questions' },
|
|
|
|
{ href: '#', name: 'My Questions' },
|
|
|
|
{ href: '#', name: 'History' },
|
|
|
|
{ href: '#', name: 'History' },
|
|
|
|