Skip to content

Commit

Permalink
make tooltip agnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Jul 13, 2022
1 parent 9d5cd73 commit e8dc584
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% set containerClass="search-button__search-container" %}

<!-- An overlay that will expand in the background and cause the search to disappear when clicked -->
<button class="btn btn-sm navbar-btn search-button" id="bd-search-button" title="{{ _('Toggle search field') }}">
<button class="btn btn-sm navbar-btn search-button" id="bd-search-button" title="{{ _('Search') }}">
<i class="fas fa-search"></i>
</button>

Expand Down

0 comments on commit e8dc584

Please sign in to comment.