From 0b2baac9089d124fa263de4a5ab92242bcaafd75 Mon Sep 17 00:00:00 2001 From: RyanSantos <38843412+RyanSantosRibeiro@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:53:44 -0300 Subject: [PATCH] fix: ajustes on info&reels (#1016) Co-authored-by: ryansantos --- streamshop/sections/Carousel.tsx | 15 +++++++++++++++ streamshop/sections/Info&Reels.tsx | 1 + streamshop/sections/Stories.tsx | 15 +++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/streamshop/sections/Carousel.tsx b/streamshop/sections/Carousel.tsx index bf8b99f53..a43851630 100644 --- a/streamshop/sections/Carousel.tsx +++ b/streamshop/sections/Carousel.tsx @@ -137,6 +137,21 @@ export default function Carousel({ {/* @ts-ignore */} + + + ); diff --git a/streamshop/sections/Info&Reels.tsx b/streamshop/sections/Info&Reels.tsx index 3f2f934f6..f6f16ca47 100644 --- a/streamshop/sections/Info&Reels.tsx +++ b/streamshop/sections/Info&Reels.tsx @@ -6,6 +6,7 @@ import { type LoadingFallbackProps } from "@deco/deco"; interface Props extends SectionHeaderProps { /** * @title Slug da sua loja + * @description Slug da sua loja, não de videos únicos */ storeSlug?: string; diff --git a/streamshop/sections/Stories.tsx b/streamshop/sections/Stories.tsx index a792f9615..080d28fa2 100644 --- a/streamshop/sections/Stories.tsx +++ b/streamshop/sections/Stories.tsx @@ -52,6 +52,21 @@ export default function Stories({ + + + ); }