mirror of
https://github.com/usestrix/strix.git
synced 2026-08-17 01:29:42 +02:00
Tighten the email report CTA subtext
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-EtQdGR34.js"></script>
|
||||
<script type="module" crossorigin src="./assets/index-DdJz2sb3.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/index-CjWyBgvB.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -562,8 +562,7 @@ function EmailReportCta({ onOpenEmail }: { onOpenEmail: () => void }) {
|
||||
<div className="min-w-0 flex-1">
|
||||
<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]">
|
||||
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.
|
||||
Encrypted with a key only you can see, email verified 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">
|
||||
|
||||
Reference in New Issue
Block a user