fix menu links

This commit is contained in:
pluja 2024-02-05 07:38:07 +01:00
parent a8d1dd28f1
commit e6ed22561c

View File

@ -74,12 +74,12 @@
>Request</a
>
<a
href=""
href="/about"
class="px-1 py-1 text-xs text-gray-500 transition duration-300 md:text-base {{if or (eq .Current "about") (eq .Current "")}} text-lime-500 border-lime-500 border-b-2 {{ else }} text-gray-500 hover:text-lime-500 {{ end }}"
>About</a
>
<a
href=""
href="/about#support"
class="px-1 py-1 text-xs text-gray-500 transition duration-300 md:text-base hover:text-lime-500"
>Support</a
>