Skip to content

Commit 37f7f22

Browse files
committed
Proper Cloud CTA links
1 parent 4e1583b commit 37f7f22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/web-roo-code/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default async function Home() {
5353
size="lg"
5454
className="w-full sm:w-auto bg-white/20 dark:bg-white/10 backdrop-blur-sm border border-black/40 dark:border-white/30 hover:border-blue-400 hover:bg-white/30 dark:hover:bg-white/20 hover:shadow-[0_0_20px_rgba(59,130,246,0.5)] transition-all duration-300">
5555
<a
56-
href={EXTERNAL_LINKS.CLOUD_APP}
56+
href={EXTERNAL_LINKS.CLOUD_APP_SIGNUP}
5757
target="_blank"
5858
className="flex w-full items-center justify-center">
5959
Get started with Cloud

apps/web-roo-code/src/components/chromes/nav-bar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export function NavBar({ stars, downloads }: NavBarProps) {
110110
{downloads !== null && <span>{downloads}</span>}
111111
</Link>
112112
<a
113-
href={EXTERNAL_LINKS.CLOUD_APP}
113+
href={EXTERNAL_LINKS.CLOUD_APP_LOGIN}
114114
target="_blank"
115115
rel="noopener noreferrer"
116116
className="hidden items-center gap-1.5 rounded-md py-2 text-sm border border-primary-background px-4 font-medium text-primary-background transition-all duration-200 hover:shadow-lg hover:scale-105 md:flex">
@@ -216,7 +216,7 @@ export function NavBar({ stars, downloads }: NavBarProps) {
216216
</Link>
217217
</div>
218218
<a
219-
href={EXTERNAL_LINKS.CLOUD_APP}
219+
href={EXTERNAL_LINKS.CLOUD_APP_LOGIN}
220220
target="_blank"
221221
rel="noopener noreferrer"
222222
className="flex items-center justify-center gap-2 rounded-lg border border-primary bg-background p-4 mx-4 mb-4 text-base font-semibold text-primary"

0 commit comments

Comments
 (0)