update service type

This commit is contained in:
Efril
2026-01-16 16:07:56 +07:00
parent 4c12244d3c
commit 7887704a5c
5 changed files with 66 additions and 42 deletions
+1 -1
View File
@@ -21,6 +21,6 @@ List<Service> services = [
Service(
name: 'Take Away',
description: 'Pesan dan bawa pulang',
imagePath: Assets.icons.dineIn.path,
imagePath: Assets.icons.takeaway.path,
),
];