@@ -30,22 +30,22 @@ export const Default: Story = {
30
30
return (
31
31
< MediaGallery { ...args } >
32
32
< MediaGalleryItem >
33
- < img src = "https://sap.github.io/ui5-webcomponents/main/ assets/images/HT-1000.jpg" />
33
+ < img src = "https://sap.github.io/ui5-webcomponents/assets/images/HT-1000.jpg" />
34
34
</ MediaGalleryItem >
35
35
< MediaGalleryItem >
36
- < img src = "https://sap.github.io/ui5-webcomponents/main/ assets/images/HT-1010.jpg" />
36
+ < img src = "https://sap.github.io/ui5-webcomponents/assets/images/HT-1010.jpg" />
37
37
</ MediaGalleryItem >
38
38
< MediaGalleryItem >
39
- < img src = "https://sap.github.io/ui5-webcomponents/main/ assets/images/HT-1022.jpg" />
39
+ < img src = "https://sap.github.io/ui5-webcomponents/assets/images/HT-1022.jpg" />
40
40
</ MediaGalleryItem >
41
41
< MediaGalleryItem >
42
- < img src = "https://sap.github.io/ui5-webcomponents/main/ assets/images/HT-1030.jpg" />
42
+ < img src = "https://sap.github.io/ui5-webcomponents/assets/images/HT-1030.jpg" />
43
43
</ MediaGalleryItem >
44
44
< MediaGalleryItem >
45
- < img src = "https://sap.github.io/ui5-webcomponents/main/ assets/images/HT-2002.jpg" />
45
+ < img src = "https://sap.github.io/ui5-webcomponents/assets/images/HT-2002.jpg" />
46
46
</ MediaGalleryItem >
47
47
< MediaGalleryItem >
48
- < img src = "https://sap.github.io/ui5-webcomponents/main/ assets/images/HT-2026.jpg" />
48
+ < img src = "https://sap.github.io/ui5-webcomponents/assets/images/HT-2026.jpg" />
49
49
</ MediaGalleryItem >
50
50
</ MediaGallery >
51
51
) ;
@@ -57,12 +57,12 @@ export const CustomThumbnail: Story = {
57
57
return (
58
58
< MediaGallery { ...args } >
59
59
< MediaGalleryItem
60
- thumbnail = { < img src = "https://sap.github.io/ui5-webcomponents/main/ assets/images/HT-1000-small.jpg" /> }
60
+ thumbnail = { < img src = "https://sap.github.io/ui5-webcomponents/assets/images/HT-1000-small.jpg" /> }
61
61
>
62
- < img src = "https://sap.github.io/ui5-webcomponents/main/ assets/images/HT-1000.jpg" />
62
+ < img src = "https://sap.github.io/ui5-webcomponents/assets/images/HT-1000.jpg" />
63
63
</ MediaGalleryItem >
64
64
< MediaGalleryItem disabled >
65
- < img src = "https://sap.github.io/ui5-webcomponents/main/ assets/images/HT-1010.jpg" />
65
+ < img src = "https://sap.github.io/ui5-webcomponents/assets/images/HT-1010.jpg" />
66
66
</ MediaGalleryItem >
67
67
</ MediaGallery >
68
68
) ;
@@ -80,10 +80,10 @@ export const InteractiveDisplayArea: Story = {
80
80
< Toast ref = { ref } > Display Area Clicked!</ Toast >
81
81
< MediaGallery { ...args } interactiveDisplayArea onDisplayAreaClick = { handleDisplayAreaClick } >
82
82
< MediaGalleryItem >
83
- < img src = "https://sap.github.io/ui5-webcomponents/main/ assets/images/HT-1000.jpg" />
83
+ < img src = "https://sap.github.io/ui5-webcomponents/assets/images/HT-1000.jpg" />
84
84
</ MediaGalleryItem >
85
85
< MediaGalleryItem selected >
86
- < img src = "https://sap.github.io/ui5-webcomponents/main/ assets/images/HT-1010.jpg" />
86
+ < img src = "https://sap.github.io/ui5-webcomponents/assets/images/HT-1010.jpg" />
87
87
</ MediaGalleryItem >
88
88
</ MediaGallery >
89
89
</ >
0 commit comments