[READ-ONLY] Mirror of https://github.com/flo-bit/youtube-party-dj. democratic youtube player, everyone can vote and add songs, uni project, made with uix
0

Configure Feed

Select the types of activity you want to include in your feed.

qrCodeSrc

+2 -2
+1 -1
common/components/QR.tsx
··· 19 19 20 20 return <span style={{ color: "black" }}>{loadingText}</span>; 21 21 } else { 22 - const qrCodeSrc = `https://api.qrserver.com/v1/create-qr-code/?data=${encodeURIComponent([new URL(window.location.href).origin, "/client/", code].join(""))}&format=svg` 22 + const qrCodeSrc = `https://api.qrserver.com/v1/create-qr-code/?data=${encodeURIComponent(`${new URL(window.location.href).origin}/welcome?code=${encodeURIComponent(code)}`)}&format=svg`; 23 23 24 24 return <img class="h-full" src={qrCodeSrc} alt="QR code" />; 25 25 }
+1 -1
frontend/entrypoint.css
··· 1 1 /* 2 - ! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com 2 + ! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com 3 3 */ 4 4 5 5 /*