diff --git a/lib/screens/dashboard/components/header.dart b/lib/screens/dashboard/components/header.dart index 9962cd3..58ee66f 100644 --- a/lib/screens/dashboard/components/header.dart +++ b/lib/screens/dashboard/components/header.dart @@ -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), ],