diff --git a/lib/widgets/user_profile.dart b/lib/widgets/user_profile.dart index 53beb06..1a6e22d 100644 --- a/lib/widgets/user_profile.dart +++ b/lib/widgets/user_profile.dart @@ -53,7 +53,7 @@ class UserProfile extends HookWidget { if (user.bio == null) Center( child: Text( - 'No bio.', + 'no bio', style: const TextStyle(fontStyle: FontStyle.italic), ), )