Skip to content

Commit

Permalink
fix haha
Browse files Browse the repository at this point in the history
  • Loading branch information
chakany committed Jan 20, 2023
1 parent ba303a8 commit 571064e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
</div>
<div class="flex column" >
Private Key (hex)
<Textbox bind:value={privkey} placeholder="Type your private key... />
<Textbox bind:value={privkey} placeholder="Type your private key..." />
</div>
<div class="flex" style="gap: 10px;">
<div class="flex" style="gap: 10px">
<Button on:click={genKeys}>Generate</Button>
<Button on:click={getPubkeyFromExtension}>Use Extension</Button>
</div>
Expand Down

0 comments on commit 571064e

Please sign in to comment.