feat: customer page
This commit is contained in:
@@ -78,16 +78,16 @@ class HomeFeature extends StatelessWidget {
|
||||
onTap: () => context.router.push(ScheduleRoute()),
|
||||
),
|
||||
HomeFeatureTile(
|
||||
title: 'Aset Tetap',
|
||||
title: 'Inventaris',
|
||||
color: const Color(0xFF00BCD4),
|
||||
icon: LineIcons.businessTime,
|
||||
icon: LineIcons.archive,
|
||||
onTap: () {},
|
||||
),
|
||||
HomeFeatureTile(
|
||||
title: 'Kontak',
|
||||
title: 'Pelanggan',
|
||||
color: const Color(0xFFFF5722),
|
||||
icon: LineIcons.userPlus,
|
||||
onTap: () {},
|
||||
onTap: () => context.router.push(CustomerRoute()),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user