diff --git a/apps/portal/src/components/questions/NavBar.tsx b/apps/portal/src/components/questions/NavBar.tsx index 4e53cfc2..99b76457 100644 --- a/apps/portal/src/components/questions/NavBar.tsx +++ b/apps/portal/src/components/questions/NavBar.tsx @@ -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' }, diff --git a/apps/portal/src/pages/questions/index.tsx b/apps/portal/src/pages/questions/index.tsx index eaf1b769..6dd2003f 100644 --- a/apps/portal/src/pages/questions/index.tsx +++ b/apps/portal/src/pages/questions/index.tsx @@ -5,7 +5,7 @@ import QuestionSearchBar from '~/components/questions/QuestionSearchBar'; export default function QuestionsHomePage() { return ( -
+