Skip to content

Commit 83a1022

Browse files
committed
feat: update information displayed at beginning for better UX
1 parent c49f7fb commit 83a1022

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/app.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,14 +336,18 @@ export default function Chat() {
336336
<div className="bg-[#F48120]/10 text-[#F48120] rounded-full p-3 inline-flex">
337337
<RobotIcon size={24} />
338338
</div>
339-
<h3 className="font-semibold text-lg">Resume Processor</h3>
339+
<h3 className="font-semibold text-lg">Let's begin!</h3>
340340
<p className="text-muted-foreground text-sm">
341341
Attach a PDF resume to get AI-powered analysis and feedback.
342342
</p>
343343
<ul className="text-sm text-left space-y-2">
344344
<li className="flex items-center gap-2">
345345
<span className="text-[#F48120]"></span>
346-
<span>Click "Attach PDF" to select your resume</span>
346+
<span>Enter the URL for the job posting that interests you</span>
347+
</li>
348+
<li className="flex items-center gap-2">
349+
<span className="text-[#F48120]"></span>
350+
<span>Click the paperclip icon to select your resume</span>
347351
</li>
348352
<li className="flex items-center gap-2">
349353
<span className="text-[#F48120]"></span>

0 commit comments

Comments
 (0)