mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 23:35:45 +00:00
feat(FE-350): add Finance menu
This commit is contained in:
@@ -40,6 +40,11 @@ export const MAIN_DRAWER_LINKS: SidebarMenuItem[] = [
|
|||||||
link: '/expense',
|
link: '/expense',
|
||||||
icon: 'heroicons:wallet',
|
icon: 'heroicons:wallet',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: 'Keuangan',
|
||||||
|
link: '/finance',
|
||||||
|
icon: 'heroicons:wallet-solid',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: 'Closing',
|
text: 'Closing',
|
||||||
link: '/closing',
|
link: '/closing',
|
||||||
|
|||||||
Reference in New Issue
Block a user