zen: add Go page

This commit is contained in:
Frank
2026-03-11 03:12:11 -04:00
parent ed3bb3ea8f
commit 75cae81f75
23 changed files with 103 additions and 63 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ function LimitsGraph(props: { href: string }) {
export default function Home() {
const workspaceID = createAsync(() => checkLoggedIn())
const subscribeUrl = createMemo(() => (workspaceID() ? `/workspace/${workspaceID()}/billing` : "/auth"))
const subscribeUrl = createMemo(() => (workspaceID() ? `/workspace/${workspaceID()}/go` : "/auth"))
const i18n = useI18n()
const language = useLanguage()
return (