diff options
| author | Jay V <[email protected]> | 2025-09-03 11:10:07 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-09-03 11:10:07 -0400 |
| commit | fdf08ecfabcd4cda2a4a250958cd2f975ef9535a (patch) | |
| tree | 63ce95803369268554ebc358ac8d61af4451cf81 /cloud/app/src | |
| parent | 22f5c26eecdc44331de9bcfb2a8e5bac00a188da (diff) | |
| download | opencode-fdf08ecfabcd4cda2a4a250958cd2f975ef9535a.tar.gz opencode-fdf08ecfabcd4cda2a4a250958cd2f975ef9535a.zip | |
ignore: zen
Diffstat (limited to 'cloud/app/src')
| -rw-r--r-- | cloud/app/src/routes/index.css | 2 | ||||
| -rw-r--r-- | cloud/app/src/routes/index.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cloud/app/src/routes/index.css b/cloud/app/src/routes/index.css index c4b1fb726..707820196 100644 --- a/cloud/app/src/routes/index.css +++ b/cloud/app/src/routes/index.css @@ -165,7 +165,7 @@ padding-right: 1rem; } - a[target="_self"] { + a[data-slot="cta"] { text-transform: uppercase; } diff --git a/cloud/app/src/routes/index.tsx b/cloud/app/src/routes/index.tsx index 2f9d3a1a2..e7e66ae73 100644 --- a/cloud/app/src/routes/index.tsx +++ b/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"> / </span> - <a href="/auth"> + <a data-slot="cta" href="/auth"> {auth() ? "Dashboard" : "Sign in"} </a> </section> |
