From 3301f7de2fd5090efed738326adadcde529db904 Mon Sep 17 00:00:00 2001 From: wlren Date: Fri, 7 Oct 2022 13:46:36 +0800 Subject: [PATCH] [questions][chore]Remove margins --- apps/portal/src/components/questions/NavBar.tsx | 4 ++-- apps/portal/src/pages/questions/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ( -
+