Skip to content

Commit

Permalink
chore: Fixed another typing mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
aslight0013 committed Jul 18, 2021
1 parent 826bbe5 commit 412111e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/dashboard/components/header.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class ProfileCard extends StatelessWidget {
Padding(
padding:
const EdgeInsets.symmetric(horizontal: defaultPadding / 2),
child: Text("Angelina Joli"),
child: Text("Angelina Jolie"),
),
Icon(Icons.keyboard_arrow_down),
],
Expand Down

0 comments on commit 412111e

Please sign in to comment.