From c3eb62077f009aebbd5cf8804ef0b711e4bfa5fd Mon Sep 17 00:00:00 2001 From: efrilm Date: Wed, 27 Aug 2025 20:14:06 +0700 Subject: [PATCH] feat: profile page --- lib/presentation/pages/main/pages/profile/profile_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/presentation/pages/main/pages/profile/profile_page.dart b/lib/presentation/pages/main/pages/profile/profile_page.dart index 3f64861..4e3e49b 100644 --- a/lib/presentation/pages/main/pages/profile/profile_page.dart +++ b/lib/presentation/pages/main/pages/profile/profile_page.dart @@ -375,7 +375,7 @@ class ProfilePage extends StatelessWidget { crossAxisAlignment: CrossAxisAlignment.start, children: [ Text( - 'Fore Customer Service (chat only)', + 'Enaklo Customer Service (chat only)', style: AppStyle.sm.copyWith( color: AppColor.textSecondary, ),