fix homepage news, invoice

This commit is contained in:
Phuoc Nguyen
2025-12-09 11:17:32 +07:00
parent e0a9b3b9f4
commit 597c6a0e57
8 changed files with 51 additions and 99 deletions

View File

@@ -131,7 +131,8 @@ class _HomePageState extends ConsumerState<HomePage> {
promotions: promotions,
onPromotionTap: (promotion) {
// Navigate to promotion details
context.push('/promotions/${promotion.id}');
context.push('/news/${promotion.id}');
},
)
: const SizedBox.shrink(),