add peers and private key info texts

This commit is contained in:
Martti Malmi 2020-04-24 16:52:00 +03:00
parent e226b1f75f
commit 2a5181b2c4

View File

@ -210,6 +210,7 @@
<p> <p>
<button id="show-private-key-qr">Show private key QR code</button> <button id="show-private-key-qr">Show private key QR code</button>
</p> </p>
<p><small>The safest place to store your private key is a <b>password manager</b>.</small></p>
<hr/> <hr/>
<h3>Peers</h3> <h3>Peers</h3>
<div id="peers" class="flex-table"> <div id="peers" class="flex-table">
@ -226,6 +227,11 @@
<i>Public</i> peers are automatically discoverable by people you chat with (and others). <i>Public</i> peers are automatically discoverable by people you chat with (and others).
</small> </small>
</p> </p>
<p>
<small>
Peers are GunDB nodes that you can easily <a href="https://github.com/amark/gun#deploy">spin up</a>. Upcoming: direct connection with friends over WebRTC.
</small>
</p>
</div> </div>
<hr/> <hr/>
<h3>About</h3> <h3>About</h3>