From 88ad804268141273cad0978100ad2f95453a52c9 Mon Sep 17 00:00:00 2001 From: tykayn Date: Tue, 5 Jan 2021 15:00:05 +0100 Subject: [PATCH] link in home and footer --- js/src/components/Footer.vue | 5 +++++ js/src/views/Home.vue | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/js/src/components/Footer.vue b/js/src/components/Footer.vue index a84743775..0a7b429d9 100644 --- a/js/src/components/Footer.vue +++ b/js/src/components/Footer.vue @@ -5,6 +5,11 @@
  • {{ $t("About") }}
  • +
  • + + Mentions légales + +
  • {{ $t("Terms") }}
  • diff --git a/js/src/views/Home.vue b/js/src/views/Home.vue index e2a1f22b2..6a70fac33 100644 --- a/js/src/views/Home.vue +++ b/js/src/views/Home.vue @@ -8,6 +8,11 @@ v-html="$t('Join {instance}, a Mobilizon instance', { instance: config.name })" />

    {{ config.description }}

    +

    + + {{ $t("Contact") }} + +