From 8e24754d08e45a1b5852fb19bc03f123e24c5826 Mon Sep 17 00:00:00 2001 From: johndoe4 Date: Thu, 1 Jun 2023 00:46:05 +0200 Subject: [PATCH] yellow-1 --- js/src/components/Group/GroupSection.vue | 4 ++-- js/src/components/PageFooter.vue | 8 ++++---- js/src/components/TagElement.vue | 2 +- .../Group/__snapshots__/GroupSection.spec.ts.snap | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/js/src/components/Group/GroupSection.vue b/js/src/components/Group/GroupSection.vue index 038409c04..864b55efd 100644 --- a/js/src/components/Group/GroupSection.vue +++ b/js/src/components/Group/GroupSection.vue @@ -3,10 +3,10 @@ class="flex flex-col mb-3 border-2" :class="{ 'border-mbz-purple': privateSection, - 'border-yellow-1': !privateSection, + 'border-fomo-blue': !privateSection, }" > -
+

{{ title }}

diff --git a/js/src/components/PageFooter.vue b/js/src/components/PageFooter.vue index 751292253..2a730e605 100644 --- a/js/src/components/PageFooter.vue +++ b/js/src/components/PageFooter.vue @@ -4,7 +4,7 @@ ref="footer" >
  • {{ t("Back to top") }}
-
+
{{ t("Mobilizon") }} @@ -65,7 +65,7 @@