Make one title match all others

This commit is contained in:
krawieck 2020-09-08 21:20:29 +02:00
parent 2c20779387
commit 9e0011f528
1 changed files with 7 additions and 3 deletions

View File

@ -228,9 +228,13 @@ class _AboutTab extends HookWidget {
),
),
_Divider(),
Text(
'Trending communities:',
style: theme.textTheme.headline6.copyWith(fontSize: 18),
ListTile(
title: Center(
child: Text(
'Trending communities:',
style: theme.textTheme.headline6.copyWith(fontSize: 18),
),
),
),
if (commSnap.hasData)
...commSnap.data.getRange(0, 6).map((e) => ListTile(