From 259e19cda14b54cbf30c29cb82581682df1f0ca3 Mon Sep 17 00:00:00 2001 From: lavi <62757958+lavi27@users.noreply.github.com> Date: Fri, 19 Jan 2024 21:58:54 +0900 Subject: [PATCH] =?UTF-8?q?add:=20mobile=20navBar=20=ED=81=B4=EB=A6=AD?= =?UTF-8?q?=EC=8B=9C=20=EB=8B=AB=ED=9E=98=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/AppNavBar.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/AppNavBar.vue b/components/AppNavBar.vue index eb172a7..3c24099 100644 --- a/components/AppNavBar.vue +++ b/components/AppNavBar.vue @@ -124,22 +124,22 @@ onMounted(async () => { v-if="isShowMobileNav || !isMobile" class="bg-[#151720] flex flex-col text-gray-400 text-sm gap-1 lg:gap-1.5" > - + {{ $t('sidebar.main') }} - + {{ $t('sidebar.members') }} - + {{ $t('sidebar.invite') }} - + {{ $t('sidebar.verify') }}