Commit 299d536
committed
🐛(frontend) fix svg icons import on videoplayer control bar
Since the Vite upgrade from 5.4.9 to 6.0.1, the download, transcript and shared
media icons were missing from the video player control bar on the standalone
site.
Based on the Vite documentation (https://vite.dev/guide/assets), when inlining
SVGs through url(), the variable needs to be wrapped within double quotes.1 parent 4e34762 commit 299d536
File tree
2 files changed
+7
-3
lines changed- src/frontend/packages/lib_video/src/components/common/VideoPlayer
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments