fix: remove old search help button

This commit is contained in:
trisua 2025-05-18 21:44:19 -04:00
parent 2ccf380863
commit 0ae283ad8e

View file

@ -50,14 +50,13 @@
class="button small square secondary" class="button small square secondary"
title="Search help" title="Search help"
href="{{ config.manuals.search_help }}" href="{{ config.manuals.search_help }}"
target="_blank"
> >
{{ icon "circle-help" }} {{ icon "circle-help" }}
</a> </a>
{%- endif %} {%- endif %}
</div> </div>
</div> </div>
<span><a> Search help </a></span>
</form> </form>
{%- endif %} {%- endif %}