From 45f030f22740ff9b35b6e4ae2809462b983fa8c0 Mon Sep 17 00:00:00 2001 From: 778a69cd <778a69cd@potsda.mn> Date: Thu, 30 Jun 2022 18:54:37 +0200 Subject: [PATCH] remove long description on start page for users, that are not logged in --- js/src/views/Home.vue | 8 -------- 1 file changed, 8 deletions(-) diff --git a/js/src/views/Home.vue b/js/src/views/Home.vue index c77af6786..1d65a4400 100644 --- a/js/src/views/Home.vue +++ b/js/src/views/Home.vue @@ -11,14 +11,6 @@ <h1 class="title"> {{ config.slogan || $t("Gather ⋅ Organize ⋅ Mobilize") }} </h1> - <p - v-html=" - $t('Join <b>{instance}</b>, a Mobilizon instance', { - instance: config.name, - }) - " - /> - <p class="instance-description">{{ config.description }}</p> <!-- We don't invite to find other instances yet --> <!-- <p v-if="!config.registrationsOpen"> {{ $t("This instance isn't opened to registrations, but you can register on other instances.") }}