news page
This commit is contained in:
@@ -166,10 +166,9 @@ class HomePage extends ConsumerWidget {
|
||||
onTap: () => context.push(RouteNames.orders),
|
||||
),
|
||||
QuickAction(
|
||||
icon: Icons.receipt_long,
|
||||
label: 'Thanh toán',
|
||||
onTap: () =>
|
||||
context.push(RouteNames.payments)
|
||||
icon: Icons.receipt_long,
|
||||
label: 'Thanh toán',
|
||||
onTap: () => context.push(RouteNames.payments),
|
||||
),
|
||||
],
|
||||
),
|
||||
@@ -197,8 +196,6 @@ class HomePage extends ConsumerWidget {
|
||||
],
|
||||
),
|
||||
|
||||
|
||||
|
||||
// Sample Houses & News Section
|
||||
QuickActionSection(
|
||||
title: 'Nhà mẫu, dự án & tin tức',
|
||||
@@ -214,11 +211,11 @@ class HomePage extends ConsumerWidget {
|
||||
onTap: () =>
|
||||
_showComingSoon(context, 'Đăng ký dự án', l10n),
|
||||
),
|
||||
// QuickAction(
|
||||
// icon: Icons.article,
|
||||
// label: 'Tin tức',
|
||||
// onTap: () => _showComingSoon(context, 'Tin tức', l10n),
|
||||
// ),
|
||||
QuickAction(
|
||||
icon: Icons.article,
|
||||
label: 'Tin tức',
|
||||
onTap: () => context.push(RouteNames.news),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user