From bd129f10d35847e9d43ae5b9d191c532c5c390bf Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sun, 25 Jan 2026 01:03:49 -0600 Subject: [PATCH] clean up article list page --- frontend/src/components/Navbar.tsx | 2 +- frontend/src/pages/ArticleList.tsx | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx index 06766e2..621fff2 100644 --- a/frontend/src/components/Navbar.tsx +++ b/frontend/src/components/Navbar.tsx @@ -43,7 +43,7 @@ export default function Navbar() { focus-within:ring-2 focus-within:ring-gray-300 hover:bg-gray-200" - placeholder="Search" fullWidth={true} disableUnderline={true} + placeholder="Search" fullWidth={false} disableUnderline={true} /> -

- List of articles to be populated and searchable -

- -
+ */} +
{articles.map((article) => ())}