nhà mẫu
This commit is contained in:
@@ -203,7 +203,7 @@ class HomePage extends ConsumerWidget {
|
||||
QuickAction(
|
||||
icon: Icons.home_work,
|
||||
label: 'Nhà mẫu',
|
||||
onTap: () => _showComingSoon(context, 'Nhà mẫu', l10n),
|
||||
onTap: () => context.push(RouteNames.modelHouses),
|
||||
),
|
||||
QuickAction(
|
||||
icon: Icons.business,
|
||||
@@ -211,16 +211,11 @@ class HomePage extends ConsumerWidget {
|
||||
onTap: () =>
|
||||
_showComingSoon(context, 'Đăng ký dự án', l10n),
|
||||
),
|
||||
QuickAction(
|
||||
icon: Icons.article,
|
||||
label: 'Tin tức',
|
||||
onTap: () => context.push(RouteNames.news),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
// Bottom Padding (for bottom nav clearance)
|
||||
const SizedBox(height: 100),
|
||||
const SizedBox(height: 40),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user