fix onion links

This commit is contained in:
pluja 2024-02-19 19:28:22 +01:00
parent 928d4a420b
commit d93f4bfc0d

View File

@ -166,7 +166,7 @@
</a> </a>
{{end}} {{if ne (len .Service.OnionUrls) 0}} {{end}} {{if ne (len .Service.OnionUrls) 0}}
<a <a
href="#" href="{{randomElem .Service.OnionUrls}}"
target="_blank" target="_blank"
class="flex justify-center items-center px-2 py-1 m-1 space-x-2 text-center text-purple-600 rounded border border-purple-900 transition duration-300 bg-zinc-900 hover:border-lime-600 hover:text-lime-600" class="flex justify-center items-center px-2 py-1 m-1 space-x-2 text-center text-purple-600 rounded border border-purple-900 transition duration-300 bg-zinc-900 hover:border-lime-600 hover:text-lime-600"
> >