remove long description on start page for users, that are not logged in

This commit is contained in:
778a69cd 2022-06-30 18:54:37 +02:00
parent f7749a1e2b
commit 45f030f227

View file

@ -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.") }}