Skip to content

Commit 52ff1c3

Browse files
martyndaviesclaude
andcommitted
Update AnalyzingText icon and copy
Swap the Sparkle icon for EnvelopeSimple so the post-submission card matches what the user is being asked to do next (check their email). Update the copy to "Your report should be ready in just a moment." Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 35e4d83 commit 52ff1c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • apps/web/src/components/AnalyzingText

apps/web/src/components/AnalyzingText/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
import { Sparkle } from "@phosphor-icons/react/dist/ssr";
1+
import { EnvelopeSimple } from "@phosphor-icons/react/dist/ssr";
22
import StepContainer from "../StepContainer";
33

44
const AnalyzingText = () => (
55
<StepContainer step={3}>
66
<div className="card mx-auto flex max-w-md flex-col items-center gap-3 p-6 text-center">
77
<span className="bg-accent-light text-accent grid h-10 w-10 place-items-center rounded-full">
8-
<Sparkle size={20} weight="regular" />
8+
<EnvelopeSimple size={20} weight="regular" />
99
</span>
1010
<h3 className="font-display text-fg text-base font-semibold">
1111
Report on the way
1212
</h3>
1313
<p className="text-fg-muted text-sm">
14-
Your report should be ready in a few minutes. Check your email for the
14+
Your report should be ready in just a moment. Check your email for the
1515
link.
1616
</p>
1717
</div>

0 commit comments

Comments
 (0)