mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-31 06:34:19 +01:00
ignore: zen
This commit is contained in:
@@ -165,7 +165,7 @@
|
|||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
a[target="_self"] {
|
a[data-slot="cta"] {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ export default function Home() {
|
|||||||
</a>
|
</a>
|
||||||
<span data-slot="description">, a curated list of models provided by opencode</span>
|
<span data-slot="description">, a curated list of models provided by opencode</span>
|
||||||
<span data-slot="divider"> / </span>
|
<span data-slot="divider"> / </span>
|
||||||
<a href="/auth">
|
<a data-slot="cta" href="/auth">
|
||||||
{auth() ? "Dashboard" : "Sign in"}
|
{auth() ? "Dashboard" : "Sign in"}
|
||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user