From f066f6296c54e6202269039460976b5ca94663d2 Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Fri, 19 Jul 2024 05:46:18 +0500 Subject: [PATCH] refactor: change releaseSection and ReleaseCaurusel title Y padding --- app/components/ReleaseCourusel/ReleaseCourusel.jsx | 2 +- app/components/ReleaseSection/ReleaseSection.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/ReleaseCourusel/ReleaseCourusel.jsx b/app/components/ReleaseCourusel/ReleaseCourusel.jsx index ea45d7b..8eaaabd 100644 --- a/app/components/ReleaseCourusel/ReleaseCourusel.jsx +++ b/app/components/ReleaseCourusel/ReleaseCourusel.jsx @@ -35,7 +35,7 @@ export const ReleaseCourusel = (props) => { return (
-
+

{props.sectionTitle}

diff --git a/app/components/ReleaseSection/ReleaseSection.jsx b/app/components/ReleaseSection/ReleaseSection.jsx index 4c5d772..b4d4b88 100644 --- a/app/components/ReleaseSection/ReleaseSection.jsx +++ b/app/components/ReleaseSection/ReleaseSection.jsx @@ -4,7 +4,7 @@ export const ReleaseSection = (props) => { return (
{props.sectionTitle && ( -
+

{props.sectionTitle}