This commit is contained in:
Phuoc Nguyen
2025-12-11 16:55:25 +07:00
parent fc6a4f038e
commit 4546e7d8e8
15 changed files with 91 additions and 106 deletions

View File

@@ -198,7 +198,7 @@ class _HomePageState extends ConsumerState<HomePage> {
actions: [
QuickAction(
icon: FontAwesomeIcons.circlePlus,
label: 'Ghi nhận điểm',
label: 'Tham gia sự kiện',
onTap: () => context.push(RouteNames.pointsRecords),
),
QuickAction(
@@ -216,7 +216,7 @@ class _HomePageState extends ConsumerState<HomePage> {
// Sample Houses & News Section
QuickActionSection(
title: 'Nhà mẫu, dự án & tin tức',
title: 'Nhà mẫu & Dự án',
actions: [
QuickAction(
icon: FontAwesomeIcons.houseCircleCheck,