mirror of
https://github.com/usestrix/strix.git
synced 2026-08-19 01:55:46 +02:00
Label the top-bar CTA 'Run in the cloud' instead of a second 'Start free'
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user