From 256ab014b02d5279aab6b41e6abc746a5a6371d5 Mon Sep 17 00:00:00 2001 From: Wan Qi Chen <495709+wa0x6e@users.noreply.github.com> Date: Sun, 24 Nov 2024 10:23:17 +0800 Subject: [PATCH] fix: temporary hide nav menu items --- apps/ui/src/components/App/Nav.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/ui/src/components/App/Nav.vue b/apps/ui/src/components/App/Nav.vue index 672835b9c..b66c736c1 100644 --- a/apps/ui/src/components/App/Nav.vue +++ b/apps/ui/src/components/App/Nav.vue @@ -129,7 +129,8 @@ const navigationConfig = computed< }, 'email-notifications': { name: 'Email notifications', - icon: IHBell + icon: IHBell, + hidden: true } }, my: {