You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛(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.
0 commit comments