From 2acc7ed107d5a8a4f5edffa23a4c87fb6428dc58 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 18 Jan 2023 17:06:17 -0600 Subject: [PATCH] Enlarge avatars in the notifications --- src/view/com/notifications/FeedItem.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/view/com/notifications/FeedItem.tsx b/src/view/com/notifications/FeedItem.tsx index 013bb75e04..97fab37de0 100644 --- a/src/view/com/notifications/FeedItem.tsx +++ b/src/view/com/notifications/FeedItem.tsx @@ -133,11 +133,11 @@ export const FeedItem = observer(function FeedItem({ {icon === 'HeartIconSolid' ? ( - + ) : ( )} @@ -146,12 +146,12 @@ export const FeedItem = observer(function FeedItem({ {authors.slice(0, MAX_AUTHORS).map(author => (