Jay V 5 месяцев назад
Родитель
Сommit
fdf08ecfab
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      cloud/app/src/routes/index.css
  2. 1 1
      cloud/app/src/routes/index.tsx

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

@@ -165,7 +165,7 @@
       padding-right: 1rem;
     }
 
-    a[target="_self"] {
+    a[data-slot="cta"] {
       text-transform: uppercase;
     }
 

+ 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 href="/auth">
+          <a data-slot="cta" href="/auth">
             {auth() ? "Dashboard" : "Sign in"}
           </a>
         </section>