Skip to content

Commit a5eb2f1

Browse files
authored
chore(Gallery): replace the video url (#289)
1 parent d5b1c5c commit a5eb2f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/Gallery/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ const files: GalleryFile[] = [
224224
},
225225
{
226226
type: 'video',
227-
url: 'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4',
228-
name: 'Bunny Film',
227+
url: 'https://storage.yandexcloud.net/uikit-storybook-assets/sample_960x400_ocean_with_audio.mp4',
228+
name: 'Video',
229229
},
230230
{
231231
type: 'text',

src/components/Gallery/__stories__/mockData.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ export const files: GalleryFile[] = [
143143
},
144144
{
145145
type: 'video',
146-
url: 'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4',
147-
name: 'Bunny Film',
146+
url: 'https://storage.yandexcloud.net/uikit-storybook-assets/sample_960x400_ocean_with_audio.mp4',
147+
name: 'Video',
148148
interactive: true,
149149
},
150150
{

0 commit comments

Comments
 (0)