Skip to content

Commit

Permalink
fix: ajustes on info&reels (#1016)
Browse files Browse the repository at this point in the history
Co-authored-by: ryansantos <[email protected]>
  • Loading branch information
RyanSantosRibeiro and ryansantosmz authored Feb 20, 2025
1 parent 5734763 commit 0b2baac
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
15 changes: 15 additions & 0 deletions streamshop/sections/Carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,21 @@ export default function Carousel({
{/* @ts-ignore */}
</liveshop-ads-carousel>
</div>
<script
async
src="https://assets.streamshop.com.br/sdk-ads/liveshop-ads-video.min.js"
>
</script>
<script
async
src="https://assets.streamshop.com.br/sdk-ads/liveshop-ads-carousel.min.js"
>
</script>
<script
async
src="https://assets.streamshop.com.br/sdk/liveshop-web-sdk.min.js"
>
</script>
</Section.Container>
</>
);
Expand Down
1 change: 1 addition & 0 deletions streamshop/sections/Info&Reels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
15 changes: 15 additions & 0 deletions streamshop/sections/Stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,21 @@ export default function Stories({
</liveshop-ads-carousel>
</div>
</Section.Container>
<script
async
src="https://assets.streamshop.com.br/sdk-ads/liveshop-ads-video.min.js"
>
</script>
<script
async
src="https://assets.streamshop.com.br/sdk-ads/liveshop-ads-carousel.min.js"
>
</script>
<script
async
src="https://assets.streamshop.com.br/sdk/liveshop-web-sdk.min.js"
>
</script>
</>
);
}
Expand Down

0 comments on commit 0b2baac

Please sign in to comment.