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) => ())}