diff --git a/lib/views/pages/profile/profile_screen.dart b/lib/views/pages/profile/profile_screen.dart index da1da51..c065698 100644 --- a/lib/views/pages/profile/profile_screen.dart +++ b/lib/views/pages/profile/profile_screen.dart @@ -60,7 +60,7 @@ class _ProfileScreenState extends State { Column( children: [ Text( - "ALICE", + widget.name, style: const TextStyle( fontSize: 24, fontWeight: FontWeight.bold,