@ -1,8 +1,8 @@
import Link from 'next/link';
const navigation = [
{ href: '/questions/landing', name: 'Landing' },
{ href: '#', name: 'Home' },
{ href: '/questions/landing', name: '*Landing*' },
{ href: '/questions', name: 'Home' },
{ href: '#', name: 'My Lists' },
{ href: '#', name: 'My Questions' },
{ href: '#', name: 'History' },
@ -5,7 +5,7 @@ import QuestionSearchBar from '~/components/questions/QuestionSearchBar';
export default function QuestionsHomePage() {
return (
<main className="flex flex-1 flex-col items-center justify-center overflow-y-auto p-4">
<main className="flex flex-1 flex-col items-center justify-center overflow-y-auto">
<div className="w-full pb-4">
<NavBar></NavBar>
</div>