Jay V hai 1 ano
pai
achega
4b9cae82e6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cloud/app/src/routes/index.tsx

+ 1 - 1
cloud/app/src/routes/index.tsx

@@ -90,7 +90,7 @@ export default function Home() {
           </a>
           <span data-slot="description">, a curated list of models provided by opencode</span>
           <span data-slot="divider">&nbsp;/&nbsp;</span>
-          <a data-slot="cta" href="/auth">
+          <a target="_self" data-slot="cta" href="/auth">
             {auth() ? "Dashboard" : "Sign in"}
           </a>
         </section>