diff --git a/pages/search/[query].tsx b/pages/search/[query].tsx index cdc62f6..064f8e3 100644 --- a/pages/search/[query].tsx +++ b/pages/search/[query].tsx @@ -95,9 +95,11 @@ export default function Links() { {links[0] ? ( - links.map((e, i) => { - return ; - }) +
+ {links.map((e, i) => { + return ; + })} +
) : (

Nothing found.{" "}