mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 08:31:28 +00:00
Correct link
This commit is contained in:
parent
cc9f63dac0
commit
61bb7ab27c
|
@ -45,7 +45,7 @@
|
|||
<div class="section">
|
||||
<h4><%- __('communities') %></h4>
|
||||
<% if (data.communities !== "") { %>
|
||||
<span><a href="https://<%= data.communities %>"><%= world.communities %></a></span>
|
||||
<span><a href="<%= data.communities %>"><%= world.communities %></a></span>
|
||||
<% } else { %>
|
||||
<span class="u-temp"><%- __('soon') %></span>
|
||||
<% } %>
|
||||
|
|
Loading…
Reference in a new issue