mirror of
https://github.com/usestrix/strix.git
synced 2026-08-17 01:29:42 +02:00
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:
+2
-2
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-CfmkjooJ.js"></script>
|
||||
<script type="module" crossorigin src="./assets/index-EtQdGR34.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/index-CjWyBgvB.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user