feat: add desktopUrl
Déploiement FRONT PROD / check (push) Successful in 2m1s
Déploiement FRONT PROD / deploy (push) Successful in 23s

This commit is contained in:
2026-06-18 00:33:28 +04:00
parent d74691b2a5
commit e7bf523f75
2 changed files with 32 additions and 30 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ export default function TeksDrawer({paroles}) {
</Drawer>
</Box>
{parole?.karaokeUrl && (
<KaraokeModal url={parole.karaokeUrl} titre={parole.titre} artistes={parole.artistes} />
<KaraokeModal url={parole.karaokeUrl} desktopUrl={parole.karaokeDesktopUrl} titre={parole.titre} artistes={parole.artistes} />
)}
{success && (
<Snackbar open={open} autoHideDuration={3000} onClose={handleClose}>