Reword the platform CTA and the linked-email chip

This commit is contained in:
Jonathan Singer
2026-07-20 14:26:03 -04:00
parent ea0c107559
commit f3a956f5df
3 changed files with 70 additions and 70 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-CCsW0NU2.js"></script>
<script type="module" crossorigin src="./assets/index-D10QfT5L.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-Cldwq1Im.css">
</head>
<body>
+2 -2
View File
@@ -74,7 +74,7 @@ export default function Sidebar({
onClick={() => trackCta("sidebar_start_free")}
className="mt-3 flex w-full cursor-pointer items-center justify-center gap-1.5 rounded-lg bg-white px-3 py-2 text-sm font-semibold text-black transition-opacity hover:opacity-90"
>
Start free
Explore full platform
<ArrowUpRight className="h-3.5 w-3.5" aria-hidden="true" />
</a>
{verified && email && (
@@ -84,7 +84,7 @@ export default function Sidebar({
>
<ShieldCheck className="h-3.5 w-3.5 flex-shrink-0 text-emerald-400" aria-hidden="true" />
<div className="min-w-0 flex-1">
<p className="truncate text-[11px] text-[#666]">Signed in as</p>
<p className="truncate text-[11px] text-[#666]">Linked email</p>
<p className="truncate text-xs text-[#aaa]" title={email}>{email}</p>
</div>
<button