Skip to content

Commit

Permalink
Update the placeholder of the Experience image field - AddExperience …
Browse files Browse the repository at this point in the history
…form
  • Loading branch information
NitBravoA92 committed Nov 10, 2023
1 parent c7f0372 commit 9e54382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/AddExperience.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const AddExperience = () => {
<input id="testing" type="number" placeholder="Additional Testing Fee" className="form-input reserv-input" required min="0.01" step="0.01" />
<input id="fulltable" type="number" placeholder="Additional Full Table Fee" className="form-input reserv-input" required min="0.01" step="0.01" />
<input id="guests" type="number" placeholder="Guests included in Experience" className="form-input reserv-input" required min="1" step="1" />
<input id="image" type="text" placeholder="Add an Experience image" className="form-input reserv-input" required />
<input id="image" type="text" placeholder="Add Experience image URL" className="form-input reserv-input" required />
</div>
<input type="submit" className="form-submit register_but_exp" onClick={(e) => CreateExperience(e)} value="Register" />
</form>
Expand Down

0 comments on commit 9e54382

Please sign in to comment.