mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
wip: lander
This commit is contained in:
parent
0691815c0a
commit
d4e9c60af7
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue