Label the top-bar CTA 'Run in the cloud' instead of a second 'Start free'

This commit is contained in:
Jonathan Singer
2026-07-20 12:35:14 -04:00
parent e32bfcde4a
commit dfc672c947
3 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="dark" />
<title>Strix Results</title>
<script type="module" crossorigin src="./assets/index-DVlON81T.js"></script>
<script type="module" crossorigin src="./assets/index-RvPMq9wX.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-Dffipx3y.css">
</head>
<body>
+2 -2
View File
@@ -244,10 +244,10 @@ export default function App() {
href={SIGNUP_URL}
target="_blank"
rel="noopener noreferrer"
onClick={() => trackCta("sidebar_start_free")}
onClick={() => trackCta("run_in_cloud")}
className="inline-flex items-center gap-1 rounded-lg bg-white px-3 py-1.5 text-xs font-semibold text-black transition-opacity hover:opacity-90"
>
Start free
Run in the cloud
<ArrowUpRight className="w-3 h-3" aria-hidden="true" />
</a>
</div>