Reframe the email report CTA around security, not unlocking

The subtext now leads with the zero-knowledge assurance (we cannot read the
report) and frames the email step as verifying who we send to via a one-time
code, rather than unlocking a feature.
This commit is contained in:
Jonathan Singer
2026-07-20 12:40:53 -04:00
parent 54e9c0239b
commit 7710a970b2
4 changed files with 8 additions and 7 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-CfmkjooJ.js"></script>
<script type="module" crossorigin src="./assets/index-EtQdGR34.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-CjWyBgvB.css">
</head>
<body>
+3 -2
View File
@@ -560,9 +560,10 @@ function EmailReportCta({ onOpenEmail }: { onOpenEmail: () => void }) {
<Mail className="h-4 w-4 text-emerald-400" aria-hidden="true" />
</div>
<div className="min-w-0 flex-1">
<p className="text-sm font-semibold text-white">Email an encrypted PDF of this report</p>
<p className="text-sm font-semibold text-white">Email an encrypted PDF report of this run</p>
<p className="mt-0.5 text-xs text-[#888]">
Email yourself an encrypted PDF of this report. Unlock with your email.
Encrypted with a key only you can see, so it is impossible for us to read it.
We just verify your email with a one-time code before sending.
</p>
</div>
<span className="flex-shrink-0 rounded-lg bg-white px-3 py-1.5 text-xs font-semibold text-black transition-opacity group-hover:opacity-90">
@@ -187,8 +187,8 @@ export default function EmailReportDialog({
<Mail className="h-4 w-4 text-emerald-400" aria-hidden="true" />
</div>
<div>
<h2 className="text-base font-semibold text-white">Email an encrypted PDF</h2>
<p className="text-xs text-[#666]">Unlock with your email</p>
<h2 className="text-base font-semibold text-white">Email an encrypted PDF report of this run</h2>
<p className="text-xs text-[#666]">Verified by a one-time code sent to your email</p>
</div>
</div>