diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx index 1389ede..a9819de 100644 --- a/frontend/src/components/Navbar.tsx +++ b/frontend/src/components/Navbar.tsx @@ -8,7 +8,6 @@ export default function Navbar() { component={Link} to="/" variant="outlined" - className="flex flex-1" > Home @@ -17,11 +16,9 @@ export default function Navbar() { component={Link} to="/articleList" variant="outlined" - className="flex flex-1" > - Article + Articles -
); }; diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx index 5dab340..9451c44 100644 --- a/frontend/src/main.tsx +++ b/frontend/src/main.tsx @@ -13,7 +13,7 @@ createRoot(document.getElementById('root')!).render( } /> - } /> + } /> } /> diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx index 4168174..a6ba45b 100644 --- a/frontend/src/pages/Home.tsx +++ b/frontend/src/pages/Home.tsx @@ -1,4 +1,5 @@ export default function Home() { + return (

Home