ignore: zen

This commit is contained in:
Jay V
2025-09-03 11:10:07 -04:00
parent 22f5c26eec
commit fdf08ecfab
2 changed files with 2 additions and 2 deletions

View File

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

View File

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