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">
|
<div className="form-control">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="Enter your ference"
|
placeholder="Enter the food you will or are eating"
|
||||||
className="input input-bordered w-full"
|
className="input input-bordered w-full"
|
||||||
value={foodInput}
|
value={foodInput}
|
||||||
onChange={(e) => setFoodInput(e.target.value)}
|
onChange={(e) => setFoodInput(e.target.value)}
|
||||||
|
|
Loading…
Reference in a new issue