update typo
This commit is contained in:
parent
12207546de
commit
2a99e180bd
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ const EventCheckIn = () => {
|
|||
<div className="form-control">
|
||||
<input
|
||||
type="text"
|
||||
placeholder="Enter your ference"
|
||||
placeholder="Enter the food you will or are eating"
|
||||
className="input input-bordered w-full"
|
||||
value={foodInput}
|
||||
onChange={(e) => setFoodInput(e.target.value)}
|
||||
|
|
Loading…
Reference in a new issue