From 7c58d890447e91a04855b654be8f9aa0ec82703f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CA=80=E1=B4=80=CA=8F?= Date: Mon, 16 Jan 2023 08:57:31 +0800 Subject: [PATCH] fix: even spacing of icons and text in navbar (#995) --- components/nav/NavSide.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/nav/NavSide.vue b/components/nav/NavSide.vue index 0b8c3348..d77b95eb 100644 --- a/components/nav/NavSide.vue +++ b/components/nav/NavSide.vue @@ -16,7 +16,7 @@ const { notifications } = useNotifications()