From 86ee480d451c1a884a543cdae33692e133d04e62 Mon Sep 17 00:00:00 2001 From: Sanne de Vries <65487235+sanne-san@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:10:22 +0100 Subject: [PATCH] Updated avatar icon for removed comments (#21864) No ref - The previous avatar icon was too busy visually. --- apps/comments-ui/src/components/content/Avatar.tsx | 4 ++-- apps/comments-ui/src/images/icons/avatar.svg | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/apps/comments-ui/src/components/content/Avatar.tsx b/apps/comments-ui/src/components/content/Avatar.tsx index f60fa0fb25..0534178f88 100644 --- a/apps/comments-ui/src/components/content/Avatar.tsx +++ b/apps/comments-ui/src/components/content/Avatar.tsx @@ -10,8 +10,8 @@ export const BlankAvatar = () => { const dimensionClasses = getDimensionClasses(); return (
-
- +
+
); diff --git a/apps/comments-ui/src/images/icons/avatar.svg b/apps/comments-ui/src/images/icons/avatar.svg index a25a0e9654..e18d331a9d 100644 --- a/apps/comments-ui/src/images/icons/avatar.svg +++ b/apps/comments-ui/src/images/icons/avatar.svg @@ -1,5 +1,3 @@ - - - - - + + + \ No newline at end of file