Slicing UI/UX Wa

This commit is contained in:
2024-11-26 17:24:10 +07:00
parent 392a8a08fb
commit 6c115abf48
20 changed files with 3373 additions and 4 deletions

View File

@@ -147,10 +147,10 @@ const dataMenu = [
name: 'WhatsApp Activity', // Changed the name
target: 'collapseActivity',
subMenus: [
{ name: 'Settings', link: '/wa-activity-settings'}, // Changed the name
{ name: 'Activity Summary', link: '/wa-activity-summary'}, // Changed the name
{ name: 'Transaction Logs', link: '/wa-activity-transaction'},
{ name: 'Bulk Sending', link: '/wa-activity-bulk'}, // Changed the name
{ name: 'Settings', link: '/wa-settings'}, // Changed the name
{ name: 'Activity Summary', link: '/wa-summary'}, // Changed the name
{ name: 'Transaction Logs', link: '/wa-transaction'},
{ name: 'Bulk Sending', link: '/wa-bulk'}, // Changed the name
],
},
{