diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 53d2471..1041c6c 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -64,7 +64,6 @@ function Navbar() { const fetchLinks = async () => { try { - // you can also fetch all records at once via getFullList const res = await pb.collection("categories").getFullList({ expand: "items", }); @@ -144,6 +143,7 @@ function Navbar() { .includes(searchTerm.toLowerCase()), ) .map((script, index) => ( +

+
))}