mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 17:54:23 +01:00
wip: lander
This commit is contained in:
@@ -39,7 +39,7 @@ export function Header(props: { zen?: boolean }) {
|
|||||||
<li>
|
<li>
|
||||||
<Switch>
|
<Switch>
|
||||||
<Match when={props.zen}>
|
<Match when={props.zen}>
|
||||||
<A href="/auth">Login</A>
|
<a href="/auth">Login</a>
|
||||||
</Match>
|
</Match>
|
||||||
<Match when={!props.zen}>
|
<Match when={!props.zen}>
|
||||||
<A href="/zen">Zen</A>
|
<A href="/zen">Zen</A>
|
||||||
|
|||||||
Reference in New Issue
Block a user