Update: 2026-06-11 13:47:39
This commit is contained in:
@@ -307,7 +307,7 @@ class _AdminHomePageState extends State<AdminHomePage>
|
||||
colors: [_accent, _info],
|
||||
).createShader(bounds),
|
||||
child: const Text(
|
||||
'Intaleq Admin',
|
||||
'Siro Admin',
|
||||
style: TextStyle(
|
||||
color: Colors.white,
|
||||
fontWeight: FontWeight.w700,
|
||||
@@ -746,7 +746,7 @@ class _AdminHomePageState extends State<AdminHomePage>
|
||||
ActionItem('السائقون', Icons.drive_eta_rounded, _warning,
|
||||
() => Get.to(() => CaptainsPage())),
|
||||
ActionItem('المراقب', Icons.track_changes_rounded, _danger,
|
||||
() => Get.to(() => IntaleqTrackerScreen())),
|
||||
() => Get.to(() => SiroTrackerScreen())),
|
||||
],
|
||||
),
|
||||
ActionCategory(
|
||||
|
||||
Reference in New Issue
Block a user