Skip to content

Commit

Permalink
Merge branch 'main' of github.com:linagora/Twake-Mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Makhmudov Babur committed Apr 22, 2021
2 parents 76cb3de + 435eee5 commit 00e2ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pages/profile/edit_profile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class _EditProfileState extends State<EditProfile> {
@override
void initState() {
super.initState();
_nameController.text = 'Diana Potokina';
_nameController.text = 'Username';
}

@override
Expand Down
2 changes: 1 addition & 1 deletion lib/pages/profile/profile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Profile extends StatelessWidget {
),
SizedBox(height: 12.0),
Text(
'Diana Potokina',
'Username',
style: TextStyle(
fontSize: 20.0,
fontWeight: FontWeight.w600,
Expand Down

0 comments on commit 00e2ff9

Please sign in to comment.