mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-02 08:58:36 +02:00
make qr code clickable
This commit is contained in:
parent
d3c307c1af
commit
191ad4aecd
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user