refactor: rename 'Konten' to 'Artikel' and add submenu for article management
This commit is contained in:
@@ -30,7 +30,7 @@ export const MENU: TMenu[] = [
|
||||
icon: DocumentIcon,
|
||||
},
|
||||
{
|
||||
title: 'Konten',
|
||||
title: 'Artikel',
|
||||
url: '/lg-admin/contents',
|
||||
icon: ChatIcon,
|
||||
},
|
||||
@@ -62,3 +62,14 @@ export const MENU: TMenu[] = [
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
export const SUB_MENU = [
|
||||
{
|
||||
title: 'Buat Artikel',
|
||||
path: '/lg-admin/contents/create',
|
||||
},
|
||||
{
|
||||
title: 'Update Artikel',
|
||||
path: '/lg-admin/contents/update',
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user