mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
Change to use menu
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user