improve "add your relay" line.

This commit is contained in:
fiatjaf
2021-12-30 21:40:26 -03:00
parent 83cc5d7743
commit 7c6a822445
2 changed files with 14 additions and 8 deletions

View File

@@ -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
View File

@@ -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'}
},
'________________'
)
])
])
])
}
}