This commit is contained in:
Phuoc Nguyen
2025-10-24 16:38:41 +07:00
parent b27c5d7742
commit 82ce30961b
2 changed files with 7 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ class ProductsPage extends ConsumerWidget {
isLabelVisible: cartItemCount > 0,
child: const Icon(Icons.shopping_cart_outlined, color: Colors.black),
),
onPressed: () => context.go(RouteNames.cart),
onPressed: () => context.push(RouteNames.cart),
),
const SizedBox(width: AppSpacing.sm),
],