From 9f82779456fd2cde45a78716dd03b4d49fcd28d4 Mon Sep 17 00:00:00 2001 From: Ardeman Date: Sun, 9 Mar 2025 12:00:10 +0800 Subject: [PATCH] refactor: adjust spacing in CarouselSection and CategorySection for improved layout --- app/components/ui/carousel-section.tsx | 2 +- app/components/ui/category-section.tsx | 2 +- app/components/ui/tags.tsx | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app/components/ui/carousel-section.tsx b/app/components/ui/carousel-section.tsx index 506f868..a4cbcdb 100644 --- a/app/components/ui/carousel-section.tsx +++ b/app/components/ui/carousel-section.tsx @@ -84,7 +84,7 @@ export const CarouselSection = (properties: TNews) => { className="embla__slide w-full min-w-0 flex-none sm:w-1/3" key={index} > -
+
{ ) => (
{ const { tags, is_premium, className } = properties return ( -
+
{tags?.map((tag) => (