Skip to content

Commit 6f391cd

Browse files
committed
fix(Gallery): replace the video url
1 parent 3a7852d commit 6f391cd

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
},
149149
{
150150
type: 'text',

0 commit comments

Comments
 (0)