mirror of
https://github.com/usestrix/strix.git
synced 2026-09-11 22:51:18 +00:00
Label the top-bar CTA 'Run in the cloud' instead of a second 'Start free'
This commit is contained in:
parent
e32bfcde4a
commit
dfc672c947
3 changed files with 4 additions and 4 deletions
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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue