Browse Source

improve "add your relay" line.

update/libraries
fiatjaf 3 years ago
parent
commit
7c6a822445
  1. 7
      index.html
  2. 15
      main.js

7
index.html

@ -5,11 +5,4 @@
<div id="app" style="font-family: monospace"></div>
<div>
Add your relay:
<a href="https://github.com/fiatjaf/nostr-relay-registry"
>https://github.com/fiatjaf/nostr-relay-registry</a
>
</div>
<script src="out.js"></script>

15
main.js

@ -98,7 +98,20 @@ const App = {
)
)
])
)
),
h('tr', [
h('th', {style: {textAlign: 'right'}}, 'Your relay here:'),
h('th', {colSpan: 3}, [
h(
'a',
{
href: 'https://github.com/fiatjaf/nostr-relay-registry',
style: {color: 'black'}
},
'________________'
)
])
])
])
}
}

Loading…
Cancel
Save