Skip to content

Commit

Permalink
Update search in this set icon
Browse files Browse the repository at this point in the history
avoid confusion with original quick search icon
  • Loading branch information
HWFord committed Apr 16, 2024
1 parent 0c84b80 commit b216b2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion template/index.tpl
Expand Up @@ -171,7 +171,9 @@
{if isset($SEARCH_IN_SET_BUTTON) and $SEARCH_IN_SET_BUTTON}
<div class="mcs-side-results search-in-set-button ">
<div>
<p><a href="{$SEARCH_IN_SET_URL}" class=""><i class="fas fa-search"></i>{'Search in this set'|translate}</a></p>
<p><a href="{$SEARCH_IN_SET_URL}" class="">
<i class="fas fa-share-square"></i>
{'Search in this set'|translate}</a></p>
</div>
</div>
{/if}
Expand Down

0 comments on commit b216b2b

Please sign in to comment.