From 910cd4a7165bd86b37582becf8fedae18f356e47 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:46:13 +0700 Subject: [PATCH] fix: center vertically --- src/components/DrawerComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DrawerComponent.vue b/src/components/DrawerComponent.vue index bb53c4ce..805ad36e 100644 --- a/src/components/DrawerComponent.vue +++ b/src/components/DrawerComponent.vue @@ -84,7 +84,7 @@ function navigateTo(label: string, destination: string) { :class="{ active: currentRoute === v.label, dark: $q.dark.isActive }" > - +
{{ $t(v.label) }}