Skip to content

Commit

Permalink
Replace search icon in admin navbar (#603)
Browse files Browse the repository at this point in the history
The binocular icon is replaced by a magnifier icon in the admin navbar.
  • Loading branch information
Splines authored Mar 23, 2024
1 parent 2988fab commit 4e734a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/administration/_navbar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<li class="nav-item" id="adminSearch">
<%= link_to '', administration_search_path,
class: 'nav-link bi bi-binoculars-fill ' + get_class_for_path(administration_search_path()),
class: 'nav-link bi bi-search ' + get_class_for_path(administration_search_path()),
data: { 'bs-toggle': 'tooltip' },
title: t('navbar.search') %>
</li>
Expand Down

0 comments on commit 4e734a4

Please sign in to comment.