make qr code clickable

This commit is contained in:
hzrd149 2024-04-18 09:31:02 -05:00
parent d3c307c1af
commit 191ad4aecd

View File

@ -55,7 +55,9 @@ function ClientConnectForm() {
<>
{client ? (
<>
<QrCodeSvg content={connectionURL} />
<a href={connectionURL} target="_blank">
<QrCodeSvg content={connectionURL} />
</a>
<Flex gap="2">
<Input
value={connectionURL}