typeahead: Change icon for wildcard mentions.

This commit is contained in:
Aman Agrawal 2024-08-23 06:21:36 +00:00 committed by Tim Abbott
parent 62e8261e63
commit 5f6045c878
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
{{#if has_image}}
<img class="typeahead-image" src="{{ img_src }}" />
{{else}}
<span class='typeahead-image fa fa-bullhorn no-presence-circle'></span>
<i class='typeahead-image zulip-icon zulip-icon-triple-users no-presence-circle'></i>
{{/if}}
{{else if is_user_group}}
<i class="typeahead-image zulip-icon zulip-icon-triple-users no-presence-circle" aria-hidden="true"></i>