fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user