Skip to content

Commit

Permalink
updated some texts
Browse files Browse the repository at this point in the history
  • Loading branch information
khayyam-ahmed committed Feb 6, 2024
1 parent 595a4be commit bd71375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/features/personal_info/personal_info_desktop.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion lib/features/personal_info/personal_info_mobile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bd71375

Please sign in to comment.