UI: Turn list of federated instances into links

This commit is contained in:
fr33domlover 2022-09-27 04:56:02 +00:00
parent 323de5b114
commit 5a2cc84bdc

View file

@ -74,7 +74,7 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<ul> <ul>
$forall h <- federatedServers $forall h <- federatedServers
<li> <li>
<code> <a href="https://#{h}">
#{h} #{h}
<.instance> <.instance>