wip: lander

pull/2910/head
Dax Raad 2025-10-01 19:53:51 -04:00
parent 0691815c0a
commit d4e9c60af7
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export function Header(props: { zen?: boolean }) {
<li>
<Switch>
<Match when={props.zen}>
<A href="/auth">Login</A>
<a href="/auth">Login</a>
</Match>
<Match when={!props.zen}>
<A href="/zen">Zen</A>