better 'no bio' text

This commit is contained in:
shilangyu 2020-08-31 23:05:04 +02:00
parent 4539a5c4ca
commit 0824e67b3f
1 changed files with 1 additions and 1 deletions

View File

@ -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),
),
)