From 412111edb7892ce1c5ff011eb2ffaa0ac0a607e9 Mon Sep 17 00:00:00 2001 From: aslight0013 Date: Sun, 18 Jul 2021 22:43:37 +0530 Subject: [PATCH] chore: Fixed another typing mistake --- lib/screens/dashboard/components/header.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ],