From c30587ec7d99260bcf9cbfe3ed6313ad4625e8c3 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 22 Dec 2022 15:06:52 +0000 Subject: [PATCH] fix: make `home` user-only as well --- components/nav/NavSide.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/nav/NavSide.vue b/components/nav/NavSide.vue index 2de4f545..133d23ac 100644 --- a/components/nav/NavSide.vue +++ b/components/nav/NavSide.vue @@ -4,8 +4,8 @@ const { notifications } = useNotifications()