From edca39bbc10b9234f0ae1d5c908ef00f9e817b71 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Fri, 5 Aug 2022 16:23:29 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=90=9B=20Fixed=20avatar=20overl?= =?UTF-8?q?apping=20with=20initials=20(#15167)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 1f9fadf4c7f8f8315b4914a4c7bf18cddb13be5b. --- ghost/admin/app/components/gh-member-avatar.hbs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ghost/admin/app/components/gh-member-avatar.hbs b/ghost/admin/app/components/gh-member-avatar.hbs index e373c4de8c..182ea353ec 100644 --- a/ghost/admin/app/components/gh-member-avatar.hbs +++ b/ghost/admin/app/components/gh-member-avatar.hbs @@ -1,9 +1,8 @@
+
+ {{this.initials}} +
{{#if this.avatarImage}} {{or @member.name @member.email}} - {{else}} -
- {{this.initials}} -
{{/if}}