From fd743265cfab69355f818e5cc2b12e7c26f68c33 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Fri, 16 Aug 2024 18:11:47 -0500 Subject: [PATCH] fix(groups): add missing upgrade workflow pieces --- .../src/components/static/groupPlans.vue | 66 ++++++++++++------- 1 file changed, 44 insertions(+), 22 deletions(-) diff --git a/website/client/src/components/static/groupPlans.vue b/website/client/src/components/static/groupPlans.vue index 08753397f7..ae6da8abed 100644 --- a/website/client/src/components/static/groupPlans.vue +++ b/website/client/src/components/static/groupPlans.vue @@ -39,18 +39,12 @@ {{ $t('teamBasedTasksListDesc') }}
- +
- +

{{ $t('groupManagementControls') }}

@@ -104,6 +98,12 @@

{{ $t('letsMakeAccount') }}

+
+ +
@@ -181,16 +181,6 @@ margin-top: 100px; } - .team-based { - height: 252px; - width: 448px; - } - - .group-management { - height: 272px; - width: 448px; - } - .top-left, .top-right, .bot-left, .bot-right { width: 246px; height: 340px; @@ -312,20 +302,28 @@