From 5490d39b392e9314982037ed1eb34ba2c9a0a2c2 Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Sat, 13 Jul 2024 19:10:24 +0500 Subject: [PATCH] refactor: fill screen with grid on category pages --- app/components/ReleaseSection/ReleaseSection.jsx | 2 +- app/home/[slug]/page.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/ReleaseSection/ReleaseSection.jsx b/app/components/ReleaseSection/ReleaseSection.jsx index 8e9d628..a875f7d 100644 --- a/app/components/ReleaseSection/ReleaseSection.jsx +++ b/app/components/ReleaseSection/ReleaseSection.jsx @@ -10,7 +10,7 @@ export const ReleaseSection = (props) => {
-
+
{props.content.map((release) => { return (
+
{content && (