We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa9d54 commit ba4ab8dCopy full SHA for ba4ab8d
1 file changed
src/components/RegistrationForm.js
@@ -162,6 +162,7 @@ export default function RegistrationForm() {
162
name="name"
163
value={formData.name}
164
onChange={handleChange}
165
+ placeholder="Ada Lovelace"
166
required
167
className="w-full px-3 py-2 bg-white/10 rounded-lg focus:outline-none focus:ring-2 focus:ring-py-green-500"
168
/>
@@ -224,6 +225,7 @@ export default function RegistrationForm() {
224
225
name="email"
226
value={formData.email}
227
228
+ placeholder="ada.lovelace@pythonchile.cl"
229
230
231
0 commit comments