We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1935c commit d4d2e25Copy full SHA for d4d2e25
1 file changed
demo.html
@@ -352,8 +352,7 @@ <h1>📝 Live Notes</h1>
352
<div id="keyPanel" class="key-panel">
353
<label>Nostr Private Key (hex)</label>
354
<input type="password" id="privkeyInput" placeholder="Enter your private key to enable editing..." oninput="onPrivkeyChange()">
355
- <div class="hint">Your key is stored locally and used to sign commits and Nostr events.<br>
356
- For testing: <code style="font-size:11px;color:#a78bfa;">07f689807708ca937e1fdbea750ea70802fdec379f890306f6dc4716d0798948</code></div>
+ <div class="hint">Your key is stored locally and used to sign commits and Nostr events.</div>
357
<div id="pubkeyDisplay" class="pubkey"></div>
358
</div>
359
0 commit comments