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 @@