From 60b53653d165282c587eacb68cb144f6b762d096 Mon Sep 17 00:00:00 2001 From: Rakantor Date: Sat, 22 Oct 2022 13:05:46 +0200 Subject: [PATCH] Refactor --- components/NavigationDrawer.vue | 4 ++-- pages/dashboard.vue | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/components/NavigationDrawer.vue b/components/NavigationDrawer.vue index e9cac3e..00ef2aa 100644 --- a/components/NavigationDrawer.vue +++ b/components/NavigationDrawer.vue @@ -13,13 +13,13 @@ - + mdi-view-dashboard Dashboard - + mdi-frequently-asked-questions diff --git a/pages/dashboard.vue b/pages/dashboard.vue index 9706ba3..8d7dd3a 100644 --- a/pages/dashboard.vue +++ b/pages/dashboard.vue @@ -2,7 +2,7 @@ - + {{ id.toUpperCase() }} - {{ course.name }} @@ -11,6 +11,7 @@