diff options
Diffstat (limited to 'cloud')
| -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> |
