1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-23 09:22:52 +02:00

Update placeholder

This commit is contained in:
Kamran Ahmed
2025-07-29 21:57:57 +01:00
parent 989015c766
commit 88b3f0ac55

View File

@@ -54,7 +54,7 @@ export function PersonalizedRoadmapModal(props: PersonalizedRoadmapModalProps) {
<textarea
id={infoFieldId}
className="h-[150px] w-full resize-none rounded-xl border border-gray-200 p-3 focus:border-gray-500 focus:outline-none"
placeholder="I am a beginner, give me a simpler version of the roadmap"
placeholder="e.g. I am a beginner, give me a simpler version of the roadmap"
value={info}
onChange={(e) => setInfo(e.target.value)}
autoFocus