From d93602814af0365b0dd2d47b44c7d6c775512094 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Mon, 12 May 2025 18:55:28 +0330 Subject: [PATCH] fixed product showcase bug --- frontend/components/home/ProductsShowcase.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/home/ProductsShowcase.vue b/frontend/components/home/ProductsShowcase.vue index c1ceab7..cdf0e6c 100644 --- a/frontend/components/home/ProductsShowcase.vue +++ b/frontend/components/home/ProductsShowcase.vue @@ -92,7 +92,7 @@ onUnmounted(() => { v-for="slide in homeData!.show_case_slider" :key="slide.id" :to="slide.link" - class="showcase-slide origin-bottom absolute size-full bg-transparent flex items-center justify-center max-lg:-mt-16 lg:mt-5" + class="showcase-slide origin-bottom absolute size-full bg-black flex items-center justify-center max-lg:-mt-16 lg:mt-5" >