diff --git a/cloud/app/src/routes/index.css b/cloud/app/src/routes/index.css index c4b1fb72..70782019 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 2f9d3a1a..e7e66ae7 100644 --- a/cloud/app/src/routes/index.tsx +++ b/cloud/app/src/routes/index.tsx @@ -90,7 +90,7 @@ export default function Home() { , a curated list of models provided by opencode  /  - + {auth() ? "Dashboard" : "Sign in"}