update typo

This commit is contained in:
chark1es 2025-04-07 15:39:14 -07:00
parent 12207546de
commit 2a99e180bd

View file

@ -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)}