From 025dade316ccd18055f4467d304e1bcff3012fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlota=20Catot=20Brag=C3=B3s?= Date: Fri, 19 Apr 2024 10:42:06 +0200 Subject: [PATCH] Minor fixes (#554) * change mentors slack channel * fix mission buttons --- src/views/Mentors.vue | 4 ++-- src/views/Mission.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/Mentors.vue b/src/views/Mentors.vue index 1d70ae82..c2fd19d0 100644 --- a/src/views/Mentors.vue +++ b/src/views/Mentors.vue @@ -66,7 +66,7 @@ const currentView = computed<'generalInfo' | 'meetThem'>(() => { - #help + #mentors You can always find a mentor in the Mentors lobby, located at A5105 next to the Cafeteria. @@ -130,11 +130,11 @@ const currentView = computed<'generalInfo' | 'meetThem'>(() => { .explore { display: flex; width: 100%; + flex-wrap: wrap; justify-content: flex-end; margin-top: 20px; margin-right: 20px; margin-left: 20px; - gap: 0.5rem; } .button { diff --git a/src/views/Mission.vue b/src/views/Mission.vue index f80fddef..c7ee8313 100644 --- a/src/views/Mission.vue +++ b/src/views/Mission.vue @@ -100,11 +100,11 @@ strong { .explore { display: flex; width: 100%; + flex-wrap: wrap; justify-content: flex-start; margin-top: 20px; margin-right: 20px; margin-left: 20px; - gap: 0.5rem; } .button {