fixes docs

This commit is contained in:
Sudev Kiyada 2025-09-19 11:33:33 +05:30
parent faf85d80f5
commit 3d44726333
Failed to extract signature

View file

@ -172,7 +172,7 @@ With the graphics kit, you'll likely get your text and prop values from an Archi
{#if block.type == 'scroller-video'}
<ScrollerVideo
id={block.id}
src={`${assets}/${block.src}}`}
src={`${assets}/${block.src}`}
height={block.height}
>
<!-- Loop through foregrounds to add text blurbs that appear/disappear at specific times -->