Added Chat
Restructured Calendar Some Changes in Timetracking
This commit is contained in:
@@ -42,6 +42,11 @@ const userMenuItems = ref([
|
||||
label: 'Benutzer',
|
||||
icon: 'i-heroicons-user-group',
|
||||
to: "/users"
|
||||
},
|
||||
{
|
||||
label: 'Chat',
|
||||
icon: 'i-heroicons-user-group',
|
||||
to: "/chat"
|
||||
}
|
||||
])
|
||||
|
||||
@@ -138,7 +143,12 @@ const navLinks = [
|
||||
},
|
||||
{
|
||||
label: "Plantafel",
|
||||
to: "/planningBoard",
|
||||
to: "/calendar/timeline",
|
||||
icon: "i-heroicons-calendar-days"
|
||||
},
|
||||
{
|
||||
label: "Kalender",
|
||||
to: "/calendar/grid",
|
||||
icon: "i-heroicons-calendar-days"
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user