jilloreilly / DevOpps

devOpps offers a comprehensive platform for all your tech hiring needs, making job searches and candidate sourcing hassle-free.
https://devopps.app/
MIT License
3 stars 3 forks source link

Warning: Invalid DOM property `for`. Did you mean `htmlFor`? #44

Closed willmowlam closed 4 months ago

willmowlam commented 4 months ago

Error/warning on home page in label control.

<input type="text" value={location} onChange={(e) => setLocation(e.target.value)} placeholder="Enter location" className="mb-2 my-2 p-1 sm:mb-0 sm:mr-2 text-black" />
<label className="input-label" for="text">Location</label