remove messaging 3

This commit is contained in:
nelle 2024-07-05 23:11:13 -06:00
parent af53e2ec61
commit d7f8dec70d

View file

@ -18,13 +18,6 @@ export const navbarItemDef = reactive({
indicated: computed(() => $i?.hasUnreadNotification),
to: "/my/notifications",
},
messaging: {
title: "messaging",
icon: "ph-chats-teardrop ph-bold ph-lg",
show: computed(() => $i != null),
indicated: computed(() => $i?.hasUnreadMessagingMessage),
to: "/my/messaging",
},
drive: {
title: "drive",
icon: "ph-cloud ph-bold ph-lg",