From 6544d2f99bfec4cbc7d2db57aa9dd754d9ccebca Mon Sep 17 00:00:00 2001 From: lesion Date: Mon, 23 May 2022 14:44:01 +0200 Subject: [PATCH] minor --- pages/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index cd8ea5a3..4e07edc8 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -5,8 +5,8 @@ v-container#home(fluid) #announcements.mx-1.mt-1(v-if='announcements.length') Announcement(v-for='announcement in announcements' :key='`a_${announcement.id}`' :announcement='announcement') - .mb-1.mt-3 - v-btn(v-for='cohort in cohorts' text color='primary' :key='cohort.id' :to='`g/${cohort.name}`' v-text='cohort.name') + .mb-1.mt-3.ml-2 + v-btn(v-for='cohort in cohorts' text color='primary' :key='cohort.id' :to='`g/${cohort.name}`') {{cohort.name}} //- Calendar and search bar v-row.pt-0.pt-sm-2.pl-0.pl-sm-2