Skip to content

Commit

Permalink
settings-ui: Replace chevron-down fa-icon with svg icon.
Browse files Browse the repository at this point in the history
Fixes part of zulip#26859.
  • Loading branch information
ecxtacy authored and timabbott committed Nov 8, 2023
1 parent 952c5e1 commit 0c1f340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/dropdown_widget.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<button id="{{widget_name}}_widget" class="dropdown-widget-button" type="button" {{#if disable_keyboard_focus}}tabindex="-1"{{/if}} name="{{widget_name}}">
<span class="dropdown_widget_value">{{#if default_text}}{{default_text}}{{/if}}</span>
<i class="fa fa-chevron-down"></i>
<i class="zulip-icon zulip-icon-chevron-down"></i>
</button>

0 comments on commit 0c1f340

Please sign in to comment.