link in home and footer

This commit is contained in:
tykayn 2021-01-05 15:00:05 +01:00 committed by Baptiste Lemoine
parent fa89c90c28
commit 88ad804268
2 changed files with 10 additions and 0 deletions

View File

@ -5,6 +5,11 @@
<li>
<router-link :to="{ name: RouteName.ABOUT }">{{ $t("About") }}</router-link>
</li>
<li>
<a href='https://www.chapril.org/Mentions-legales.html' >
Mentions légales
</a >
</li>
<li>
<router-link :to="{ name: RouteName.TERMS }">{{ $t("Terms") }}</router-link>
</li>

View File

@ -8,6 +8,11 @@
v-html="$t('Join <b>{instance}</b>, a Mobilizon instance', { instance: config.name })"
/>
<p class="instance-description">{{ config.description }}</p>
<p class='contact contact-home'>
<a href='mailto:mobilizon-support@chapril.org' >
{{ $t("Contact") }}
</a >
</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.") }}