Add the long awaited article icon

This commit is contained in:
shilangyu 2021-01-27 19:50:39 +00:00
parent ad6b28fdb1
commit 651e059fbd
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ class _UserOverview extends HookWidget {
child: Row(
children: [
Icon(
Icons.comment, // TODO: should be article icon
Icons.article,
size: 15,
color: colorOnTopOfAccentColor,
),