Add qr code to invite screen

This commit is contained in:
Jon Staab
2025-09-22 14:57:43 -07:00
parent dd006badfc
commit 38da650861
3 changed files with 12 additions and 13 deletions
+2 -2
View File
@@ -26,8 +26,8 @@
})
</script>
<Button class="max-w-full {props.class}" onclick={copy}>
<div bind:this={wrapper} style={`height: ${height}px`}>
<Button class="flex w-full justify-center {props.class}" onclick={copy}>
<div bind:this={wrapper} class="w-md" style={`height: ${height}px`}>
<canvas
class="rounded-box"
bind:this={canvas}