diff --git a/source/_data/diaspora.json b/source/_data/diaspora.json index 560e4b1..2844ea7 100644 --- a/source/_data/diaspora.json +++ b/source/_data/diaspora.json @@ -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": diff --git a/source/_data/friendica.json b/source/_data/friendica.json index eaf09ed..49d8f31 100644 --- a/source/_data/friendica.json +++ b/source/_data/friendica.json @@ -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": [ diff --git a/source/_data/mastodon.json b/source/_data/mastodon.json index 2c59a7b..f08829a 100644 --- a/source/_data/mastodon.json +++ b/source/_data/mastodon.json @@ -24,7 +24,6 @@ {"num": "4", "url": "https://mastodon.fediverse.observer/list"} ], - "serverWizard": "https://fediverse.observer/list?wizard", "mobile": "https://joinmastodon.org/apps", "forUsers": [ diff --git a/themes/starter/layout/_partial/join.ejs b/themes/starter/layout/_partial/join.ejs index a4802f4..c07049b 100644 --- a/themes/starter/layout/_partial/join.ejs +++ b/themes/starter/layout/_partial/join.ejs @@ -22,10 +22,6 @@ <% } %> - <% if (data.serverWizard) { %> -

network logo colour icon Or use a wizard to help you pick a server from the list:

- <%- __('wizard') %> - <% } %> <% if (data.mobile) { %>

network logo colour icon Choose a mobile application from the available ones:

<%- __('mobapps') %>