feat: move Ideas into Support page tab; remove Ideas from nav

This commit is contained in:
Davide Scaini
2026-06-03 11:07:35 +02:00
parent 08f451ec71
commit 37e91af5bd
3 changed files with 17 additions and 20 deletions
+1 -9
View File
@@ -257,12 +257,7 @@ try {
class="hidden sm:inline text-xs text-zinc-500 hover:text-white transition-colors px-1"
>Planner</a>
)}
<!-- Ideas / About — always visible on desktop -->
<a
href={`${baseUrl}ideas/`}
class="hidden sm:inline text-xs text-zinc-500 hover:text-white transition-colors px-1"
>Ideas</a>
<a
<
href={`${baseUrl}support/`}
class="hidden sm:inline text-xs text-zinc-500 hover:text-white transition-colors px-1"
>Support</a>
@@ -330,9 +325,6 @@ try {
style="display:none; color: var(--text-4)"
class="text-sm px-2 py-1.5 rounded hover:bg-zinc-800 transition-colors">Planner</a>
)}
<a href={`${baseUrl}ideas/`}
class="text-sm px-2 py-1.5 rounded hover:bg-zinc-800 transition-colors"
style="color: var(--text-4)">Ideas</a>
<a href={`${baseUrl}support/`}
class="text-sm px-2 py-1.5 rounded hover:bg-zinc-800 transition-colors"
style="color: var(--text-4)">Support</a>