mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-24 09:31:28 +00:00
Remove wizard links
This commit is contained in:
parent
5d294fac71
commit
94c64e9d29
|
@ -19,7 +19,6 @@
|
|||
{"num": "1", "url": "https://the-federation.info/diaspora"},
|
||||
{"num": "2", "url": "https://diaspora.fediverse.observer/list"}
|
||||
],
|
||||
"serverWizard": "https://fediverse.observer/list?wizard",
|
||||
"mobile": "https://f-droid.org/en/packages/com.github.dfa.diaspora_android",
|
||||
"proxy": "https://wiki.diasporafoundation.org/Installation/Camo",
|
||||
"tutorials":
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
{"num": "3", "url": "https://fedidb.org/software/friendica"},
|
||||
{"num": "4", "url": "https://friendica.fediverse.observer/list"}
|
||||
],
|
||||
"serverWizard": "https://fediverse.observer/list?wizard",
|
||||
"mobile": "https://github.com/friendica/friendica/wiki/Clients",
|
||||
"tutorials":
|
||||
[
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
{"num": "4", "url": "https://mastodon.fediverse.observer/list"}
|
||||
|
||||
],
|
||||
"serverWizard": "https://fediverse.observer/list?wizard",
|
||||
"mobile": "https://joinmastodon.org/apps",
|
||||
"forUsers":
|
||||
[
|
||||
|
|
|
@ -22,10 +22,6 @@
|
|||
</li>
|
||||
<% } %>
|
||||
</ul>
|
||||
<% if (data.serverWizard) { %>
|
||||
<p><svg class="f-highlight <%- network %>" role="img" aria-labelledby="f-snow" style="position: relative"><title id="f-snow">network logo colour icon</title><use xlink:href="#icon-snowflake"></use></svg> Or use a wizard to help you pick a server from the list:</p>
|
||||
<a href="<%= data.serverWizard %>" class="u-block u-emphasize btn-action u-center"><%- __('wizard') %></a>
|
||||
<% } %>
|
||||
<% if (data.mobile) { %>
|
||||
<p><svg class="f-highlight <%- network %>" role="img" aria-labelledby="f-snow" style="position: relative"><title id="f-snow">network logo colour icon</title><use xlink:href="#icon-snowflake"></use></svg> Choose a mobile application from the available ones:</p>
|
||||
<div class="server-list"><a href="<%= data.mobile %>"><%- __('mobapps') %></a></div>
|
||||
|
|
Loading…
Reference in a new issue