Skip to content

Commit

Permalink
Generic data cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
RockinPaul committed Apr 22, 2021
1 parent 135ab2a commit 435eee5
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 435eee5

Please sign in to comment.