From cbeab490b6a86c4c9cb87fc88e298180a7417eed Mon Sep 17 00:00:00 2001 From: Jacques Yakoub Date: Mon, 23 Dec 2024 12:14:23 +0100 Subject: [PATCH] perf: reduce overload of pictures on /games (#1109) --- src/app/[locale]/games/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/[locale]/games/page.tsx b/src/app/[locale]/games/page.tsx index bed88236..dd26085a 100644 --- a/src/app/[locale]/games/page.tsx +++ b/src/app/[locale]/games/page.tsx @@ -35,7 +35,7 @@ function GamesGalleryGridInner() { const t = useTranslations('common'); const dispatch = useAppDispatch(); - const LIMIT_PAGE = 16; + const LIMIT_PAGE = 12; // Lazy query setup const { data, isFetching } = useGetGamesQuery( @@ -53,7 +53,7 @@ function GamesGalleryGridInner() { size={{ xs: 6, md: 4, - lg: 1.5 + lg: 2 }} >