Skip to content

Commit c4747e0

Browse files
fix: update landing screen text for clarity on drafting documents
1 parent bc68eec commit c4747e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/flashtype/src/app/landing-screen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,10 +351,10 @@ function LandingScreenContent({
351351
{/* Main prompt */}
352352
<div className="flex flex-col items-center gap-2">
353353
<h1 className="text-4xl font-semibold text-neutral-900">
354-
What do you want to write?
354+
What do you want to draft?
355355
</h1>
356356
<p className="text-base text-neutral-600">
357-
Create markdown documents by chatting with AI.
357+
Draft and edit documents by chatting with AI.
358358
</p>
359359
</div>
360360

0 commit comments

Comments
 (0)