Slicing UI

This commit is contained in:
2024-11-25 17:51:46 +07:00
parent 231c637fa9
commit 392a8a08fb
54 changed files with 8055 additions and 76 deletions

View File

@@ -137,10 +137,10 @@ const dataMenu = [
name: 'WhatsApp Management', // Changed the name
target: 'collapseWaManage',
subMenus: [
{ name: 'Register Business Account', link: '/wa-manage-register'}, // Changed the name
{ name: 'WhatsApp Profile Settings', link: '/wa-manage-profile'}, // Changed the name
{ name: 'Message Templates', link: '/wa-manage-template'}, // Changed the name
{ name: 'Integration Settings', link: '/wa-manage-integration'}, // Changed the name
{ name: 'Register Business Account', link: '/wa-registration'}, // Changed the name
{ name: 'WhatsApp Profile Settings', link: '/wa-profile'}, // Changed the name
{ name: 'Message Templates', link: '/wa-template'}, // Changed the name
{ name: 'Integration Settings', link: '/wa-integration'}, // Changed the name
],
},
{