From 1880f256ce893db17c672cd49693caa4496be42d Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Mon, 6 May 2024 21:53:18 +0200 Subject: [PATCH] Update Navbar.tsx to fix layout issue and improve UI --- components/Navbar.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 22508c7..7acd197 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -93,7 +93,7 @@ function Navbar() { return ( <>

@@ -142,8 +142,8 @@ function Navbar() { .toLowerCase() .includes(searchTerm.toLowerCase()), ).map((script, index) => ( -

- + +

{script.title} - -

+

+ ))}