mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
icon: Change icon for 'Invitations' from 'fa-user' to 'fa-user-plus'.
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
{% endif %}
|
||||
{% if is_admin %}
|
||||
<li tabindex="0" data-section="invites-list-admin">
|
||||
<i class="icon fa fa-user" aria-hidden="true"></i>
|
||||
<i class="icon fa fa-user-plus" aria-hidden="true"></i>
|
||||
<div class="text">{{ _('Invitations') }}</div>
|
||||
</li>
|
||||
<li tabindex="0" data-section="data-exports-admin">
|
||||
|
||||
Reference in New Issue
Block a user