diff --git a/site/src/layouts/Base.astro b/site/src/layouts/Base.astro index acfda8d..96b0127 100644 --- a/site/src/layouts/Base.astro +++ b/site/src/layouts/Base.astro @@ -257,12 +257,7 @@ try { class="hidden sm:inline text-xs text-zinc-500 hover:text-white transition-colors px-1" >Planner )} - - - @@ -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 )} - Ideas Support diff --git a/site/src/pages/ideas/index.astro b/site/src/pages/ideas/index.astro index 4411d06..fd34ab1 100644 --- a/site/src/pages/ideas/index.astro +++ b/site/src/pages/ideas/index.astro @@ -1,7 +1,5 @@ --- -import Base from '../../layouts/Base.astro'; -import IdeasPage from '../../components/IdeasPage.svelte'; +const target = (import.meta.env.BASE_URL ?? '/') + 'support/#ideas'; --- - - - + + diff --git a/site/src/pages/support/index.astro b/site/src/pages/support/index.astro index 42eec91..7cd3978 100644 --- a/site/src/pages/support/index.astro +++ b/site/src/pages/support/index.astro @@ -1,5 +1,6 @@ --- import Base from '../../layouts/Base.astro'; +import IdeasPage from '../../components/IdeasPage.svelte'; const baseUrl = import.meta.env.BASE_URL ?? '/'; --- @@ -8,11 +9,12 @@ const baseUrl = import.meta.env.BASE_URL ?? '/';

Open-source, self-hosted activity tracking

-
- - - - +
+ + + + +
@@ -106,6 +108,11 @@ const baseUrl = import.meta.env.BASE_URL ?? '/';
+ + +