Skip to content

Commit

Permalink
update item label tag
Browse files Browse the repository at this point in the history
Co-authored-by: Ross Clettenberg <[email protected]>
  • Loading branch information
bbland1 and RossaMania committed Aug 19, 2024
1 parent c8bcd2f commit 7d01c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ManageList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function ManageList() {
Hello from the <code>/manage-list</code> page!
</p>
<form onSubmit={handleSubmit}>
<label htmlFor="item">Item Name</label>
<label htmlFor="item">Item </label>
<input id="item" type="text" />
<br />
{/* radio inputs for how soon to buy. */}
Expand Down

0 comments on commit 7d01c41

Please sign in to comment.