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} - -

+

+ ))}