mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
remove messaging 3
This commit is contained in:
parent
af53e2ec61
commit
d7f8dec70d
1 changed files with 0 additions and 7 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue