swap boost icon out with one that works

This commit is contained in:
zoe 2022-08-22 13:39:54 +02:00
parent 5ef7f4e2e9
commit 76a02b6b97
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ extension NotificationTypeExtension on NotificationType {
case NotificationType.poll:
return Icons.poll;
case NotificationType.reblog:
return Icons.repeat_on;
return Icons.repeat;
case NotificationType.status:
return Icons.forum;
default: