Update videos

This commit is contained in:
Michael Arestad 2023-03-13 20:10:28 -06:00
parent 5aea11a392
commit eebd1a19ec
16 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ The actions addon is used to display data received by event handler (callback) a
<video autoPlay muted playsInline loop>
<source
src="addon-actions-optimized.mp4"
src="addon-actions-demo-optimized.mp4"
type="video/mp4"
/>
</video>

Binary file not shown.

Binary file not shown.

View File

@ -8,7 +8,7 @@ Storybook Controls gives you a graphical UI to interact with a component's argum
<video autoPlay muted playsInline loop>
<source
src="addon-controls-optimized.mp4"
src="addon-controls-demo-optimized.mp4"
type="video/mp4"
/>
</video>
@ -316,7 +316,7 @@ Resulting in the following change in Storybook UI:
<video autoPlay muted playsInline loop>
<source
src="addon-controls-disable-specific-prop.mp4"
src="addon-controls-disable-specific-prop-optimized.mp4"
type="video/mp4"
/>
</video>