added url display to qrcode dialog

pull/3/head
TZGyn 2 years ago
parent cd080bfbea
commit 7ebc105e6e
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -277,6 +277,7 @@
</Dialog.Description>
</Dialog.Header>
<div class="flex h-full flex-col items-center gap-4">
{data.shortener_url + '/' + qrCode}
<Qr value={data.shortener_url + '/' + qrCode} />
</div>
</Dialog.Content>

Loading…
Cancel
Save