mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-19 12:00:32 +02:00
make qr code clickable
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user