Skip to content

Commit fe82cac

Browse files
pietropemettely
authored andcommitted
Storybook audio example tweak (#206)
1 parent ee20e46 commit fe82cac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/components/transcript-editor/stories/index.stories.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ storiesOf("TranscriptEditor", module)
2323
mediaUrl: text(
2424
'mediaUrl',
2525
'https://download.ted.com/talks/KateDarling_2018S-950k.mp4'
26-
// "https://traffic.megaphone.fm/WSJ6550297133.mp3"
2726
),
2827
sttJsonType: text('sttJsonType', 'bbckaldi'),
2928
isEditable: boolean('isEditable', true),
@@ -66,7 +65,7 @@ storiesOf("TranscriptEditor", module)
6665
title: text('title', 'Ted Talk'),
6766
mediaUrl: text(
6867
'mediaUrl',
69-
'https://traffic.megaphone.fm/WSJ6550297133.mp3'
68+
'https://download.ted.com/talks/KateDarling_2018S-950k.mp4'
7069
),
7170
sttJsonType: text('sttJsonType', 'bbckaldi'),
7271
isEditable: boolean('isEditable', true),

0 commit comments

Comments
 (0)