Browse Source

wip: lander

Dax Raad 4 months ago
parent
commit
d4e9c60af7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/console/app/src/component/header.tsx

+ 1 - 1
packages/console/app/src/component/header.tsx

@@ -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>