add the icon to nave bar and remove from menu

This commit is contained in:
Rafeek-Khoudare
2025-07-23 14:08:38 +03:00
parent 99852464c7
commit 15b6d642ff
4 changed files with 28 additions and 12 deletions

View File

@ -45,18 +45,6 @@ class MenuCubit extends Cubit<MenuState> {
}
List<Map<String, Object>> menuSections = [
//Booking System
{
'title': 'Booking System',
'color': const Color(0xFF8AB9FF),
'buttons': [
{
'title': 'Booking',
'Icon': Assets.assetsIconsMenuBookingSystem,
'page': BookingSystemPage()
},
],
},
//Home Management
{
'title': 'Home Management',