From 876f986ea50f8de689a8a7c59810c29f4e0a7a3f Mon Sep 17 00:00:00 2001 From: freakoverse Date: Wed, 18 Sep 2024 13:53:55 +0000 Subject: [PATCH] added an extra class to the games search results --- src/pages/search.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/search.tsx b/src/pages/search.tsx index ad1ada3..dbff61d 100644 --- a/src/pages/search.tsx +++ b/src/pages/search.tsx @@ -629,7 +629,7 @@ const GamesResult = ({ searchTerm }: GamesResultProps) => { <> {isProcessingCSVFile && }
-
+
{filteredGames .slice((page - 1) * MAX_GAMES_PER_PAGE, page * MAX_GAMES_PER_PAGE) .map((game) => (