mirror of https://github.com/waku-org/js-noise.git
fix: QR link text
Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>
This commit is contained in:
parent
5309beaac4
commit
24599b1146
|
@ -10,7 +10,7 @@
|
|||
<p><b>Waku Status:</b> <span id="waku-status">connecting...</span></p>
|
||||
<p id="handshake-span"><b>Handshake Status:</b> <span id="handshake-status">-</span></p>
|
||||
<canvas id="qr-canvas"></canvas>
|
||||
<a href="#" id="qr-url" style="display: none" target="_blank">Click here to simulate QR code being scanned</a>
|
||||
<a href="#" id="qr-url" style="display: none" target="_blank">Open QR code link in new window instead of scanning it.</a>
|
||||
|
||||
<div id="chat-area" style="display: none">
|
||||
<label for="nick-input">Your nickname</label>
|
||||
|
|
Loading…
Reference in New Issue