fix: restore broken <a> tag in nav after Ideas removal

This commit is contained in:
Davide Scaini
2026-06-03 11:09:26 +02:00
parent 37e91af5bd
commit 7cec9541e2
+1 -1
View File
@@ -257,7 +257,7 @@ try {
class="hidden sm:inline text-xs text-zinc-500 hover:text-white transition-colors px-1" class="hidden sm:inline text-xs text-zinc-500 hover:text-white transition-colors px-1"
>Planner</a> >Planner</a>
)} )}
< <a
href={`${baseUrl}support/`} href={`${baseUrl}support/`}
class="hidden sm:inline text-xs text-zinc-500 hover:text-white transition-colors px-1" class="hidden sm:inline text-xs text-zinc-500 hover:text-white transition-colors px-1"
>Support</a> >Support</a>