Change to use menu

This commit is contained in:
2024-09-09 14:32:07 +10:00
parent de3972001d
commit e59bcb810c
+1 -1
View File
@@ -63,7 +63,7 @@
<div class="relative group">
<button id="more-menu-button" class="flex items-center text-white hover:text-gray-200">
<i class="fas fa-bars mr-2"></i>
{% trans "Menus" %}
{% trans "Menu" %}
</button>
<div id="more-menu-dropdown" class="absolute right-0 mt-2 py-2 w-48 bg-white rounded-md shadow-xl z-20 hidden">
<a href="{% url 'search' %}" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">{% trans "Advanced Search" %}</a>