Skip to content

Commit

Permalink
Put QR codes back.
Browse files Browse the repository at this point in the history
  • Loading branch information
robholland committed Nov 12, 2024
1 parent 48e6466 commit 7ac49a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions snakes/src/routes/[id]/lobby/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,13 @@
class:border-blue-500={team === 'blue'}
class:border-orange-500={team === 'orange'}
>
<!-- Remove the QR codes for the Replay demo -->
<!-- <QR
<QR
data="{baseURL}/team/{team}"
moduleFill="{team}"
anchorOuterFill="{team}"
anchorInnerFill="{team}"
width="100%"
/> -->
/>
<div class="text-center">
<a
class="text-2xl font-bold"
Expand Down

0 comments on commit 7ac49a8

Please sign in to comment.