From 06df3dc5ab4a3b8bf8f202a94670182ad56e6d14 Mon Sep 17 00:00:00 2001 From: Anthony Liddle Date: Mon, 2 Oct 2023 10:16:59 -0700 Subject: [PATCH] fix(nav): update nav - add discover and remove explore --- components/nav/NavBottom.vue | 6 +++--- components/nav/NavSide.vue | 2 +- locales/de-DE.json | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/components/nav/NavBottom.vue b/components/nav/NavBottom.vue index c26cf348f3..4cb29df4c6 100644 --- a/components/nav/NavBottom.vue +++ b/components/nav/NavBottom.vue @@ -16,6 +16,9 @@ const { notifications } = useNotifications()
+ +
+
@@ -32,9 +35,6 @@ const { notifications } = useNotifications()