Skip to content

Commit ba4ab8d

Browse files
committed
Add placeholders
1 parent 6aa9d54 commit ba4ab8d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/RegistrationForm.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ export default function RegistrationForm() {
162162
name="name"
163163
value={formData.name}
164164
onChange={handleChange}
165+
placeholder="Ada Lovelace"
165166
required
166167
className="w-full px-3 py-2 bg-white/10 rounded-lg focus:outline-none focus:ring-2 focus:ring-py-green-500"
167168
/>
@@ -224,6 +225,7 @@ export default function RegistrationForm() {
224225
name="email"
225226
value={formData.email}
226227
onChange={handleChange}
228+
placeholder="ada.lovelace@pythonchile.cl"
227229
required
228230
className="w-full px-3 py-2 bg-white/10 rounded-lg focus:outline-none focus:ring-2 focus:ring-py-green-500"
229231
/>

0 commit comments

Comments
 (0)