From: Marcel Werk Date: Tue, 21 Nov 2023 12:10:20 +0000 (+0100) Subject: Adjust type of the mail icon X-Git-Tag: 6.0.3_dev_1~13 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=87c64ccc0cce87181932ad6d26631caf7071dd17;p=GitHub%2FWoltLab%2FWCF.git Adjust type of the mail icon --- 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}