feat: move Ideas into Support page tab; remove Ideas from nav
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user