Skip to content

Commit

Permalink
nostr_public_key
Browse files Browse the repository at this point in the history
  • Loading branch information
nano2dev committed Aug 23, 2023
1 parent 00c1897 commit 2aae4f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions dist/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ var nano = new Vue({
max: 99,
placeholder: ''
},
{
label: 'nostr_public_key',
value: '',
max: 99,
placeholder: ''
},
]
},
watch: {
Expand Down
2 changes: 1 addition & 1 deletion dist/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ input {
letter-spacing: 0.7px;
color: #000000e0;
font-family: 'Cyber';
max-width: 175px;
max-width: 180px;
background-color: #f9f9f9;
}

Expand Down

0 comments on commit 2aae4f0

Please sign in to comment.