From bd7137537dec7e287c344e965ee61d5df42068e2 Mon Sep 17 00:00:00 2001 From: Khayyam Ahmed Date: Tue, 6 Feb 2024 01:29:21 -0500 Subject: [PATCH] updated some texts --- lib/features/personal_info/personal_info_desktop.dart | 2 +- lib/features/personal_info/personal_info_mobile.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/features/personal_info/personal_info_desktop.dart b/lib/features/personal_info/personal_info_desktop.dart index 7a76b67..0050d47 100644 --- a/lib/features/personal_info/personal_info_desktop.dart +++ b/lib/features/personal_info/personal_info_desktop.dart @@ -25,7 +25,7 @@ class PersonalInfoDesktop extends StatelessWidget { ), gapH8, Text( - 'Programmer | Computer Vision Enthusiast', //sub description + 'Flutter Developer | Computer Vision Enthusiast', //sub description style: Theme.of(context).textTheme.bodyLarge, ), gapH40, diff --git a/lib/features/personal_info/personal_info_mobile.dart b/lib/features/personal_info/personal_info_mobile.dart index fdf5f80..bc95c19 100644 --- a/lib/features/personal_info/personal_info_mobile.dart +++ b/lib/features/personal_info/personal_info_mobile.dart @@ -24,7 +24,7 @@ class PersonalInfoMobile extends StatelessWidget { ), gapH8, Text( - 'Programmer | Computer Vision Enthusiast', //sub description + 'Flutter Developer | Computer Vision Enthusiast', //sub description style: Theme.of(context).textTheme.bodyLarge, ), gapH8,