mirror of
https://github.com/aljazceru/nostr-relay-registry.git
synced 2025-12-17 14:14:29 +01:00
improve "add your relay" line.
This commit is contained in:
@@ -5,11 +5,4 @@
|
|||||||
|
|
||||||
<div id="app" style="font-family: monospace"></div>
|
<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>
|
<script src="out.js"></script>
|
||||||
|
|||||||
13
main.js
13
main.js
@@ -98,8 +98,21 @@ 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'}
|
||||||
|
},
|
||||||
|
'________________'
|
||||||
)
|
)
|
||||||
])
|
])
|
||||||
|
])
|
||||||
|
])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user