frontend: Use fa-user-plus as invitation icon in gear menu.

This commit is contained in:
Megamind 2021-03-30 02:01:38 +05:30 committed by GitHub
parent 16a4a46934
commit 27d1f5e0e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@
{% if show_invites %}
<li role="presentation">
<a href="#invite" role="menuitem">
<i class="fa fa-plus-circle" aria-hidden="true"></i> {{ _('Invite users') }}
<i class="fa fa-user-plus" aria-hidden="true"></i> {{ _('Invite users') }}
</a>
</li>
<li class="divider" role="presentation"></li>