Skip to content

Commit 2e128cd

Browse files
authored
Merge pull request #13887 from guardian/doml/fix-story-loop
Fix typo in Loop Video story
2 parents 6d4ad44 + 52c0fb5 commit 2e128cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/LoopVideo.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const Default = {
3636
} satisfies StoryObj<typeof LoopVideo>;
3737

3838
export const WithWebmFile = {
39-
name: 'Without Audio',
39+
name: 'With Webm File',
4040
args: {
4141
...Default.args,
4242
src: 'https://interactive.guim.co.uk/atoms/2023/01/2025-trump-100-days/assets/v/1746020259/videos/header-video.webm',

0 commit comments

Comments
 (0)