From 2388392308a85f68dcd082281de7252ce8332e79 Mon Sep 17 00:00:00 2001 From: Michel Edighoffer Date: Mon, 9 Jan 2023 01:39:59 +0100 Subject: [PATCH] feat: moving home nav item out and put it on top reducing space between parameter and account --- components/nav/NavSide.vue | 3 +-- components/nav/NavTitle.vue | 24 +++++++++++++++++++++++- layouts/default.vue | 2 +- 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/components/nav/NavSide.vue b/components/nav/NavSide.vue index 3e80416d..2fa002fc 100644 --- a/components/nav/NavSide.vue +++ b/components/nav/NavSide.vue @@ -12,7 +12,6 @@ const { notifications } = useNotifications()