From 76e2a02f03e4c8cf45565a5c581bd2f59cc9b0f1 Mon Sep 17 00:00:00 2001 From: Sahitya Chandra Date: Tue, 4 Feb 2025 20:22:00 +0530 Subject: [PATCH] Fixed the error related to expected css shorthand usage and added a generic font-family --- src/components/molecules/Toolbar.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/molecules/Toolbar.vue b/src/components/molecules/Toolbar.vue index 9173e09a..95e4fa33 100644 --- a/src/components/molecules/Toolbar.vue +++ b/src/components/molecules/Toolbar.vue @@ -71,7 +71,7 @@ {{ $t('buttons.signout') }} @@ -183,7 +183,7 @@ - + {{ $t('buttons.username') }} @@ -196,7 +196,7 @@ @@ -393,7 +393,7 @@ export default {