From 87c64ccc0cce87181932ad6d26631caf7071dd17 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 21 Nov 2023 13:10:20 +0100 Subject: [PATCH] Adjust type of the mail icon --- com.woltlab.wcf/templates/userInformationButtons.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/userInformationButtons.tpl b/com.woltlab.wcf/templates/userInformationButtons.tpl index 421b744c5b..140279598a 100644 --- a/com.woltlab.wcf/templates/userInformationButtons.tpl +++ b/com.woltlab.wcf/templates/userInformationButtons.tpl @@ -8,7 +8,7 @@ {if $user->userID != $__wcf->user->userID} {if $user->isAccessible('canViewEmailAddress')} -
  • {icon name='envelope'}
  • +
  • {icon name='envelope' type='solid'}
  • {/if} {/if} -- 2.20.1