Skip to content

Commit

Permalink
Update label for number input
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBechirMejri committed Nov 22, 2023
1 parent 7494a33 commit 114f783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default function Home() {
<div className="grid grid-cols-3 gap-4 w-max h-[80svh] my-auto border shadow p-4 rounded place-items-center">
{/* Number Input */}
<Input
label="Number"
label="Ticket Number"
value={number.toString()}
onChange={e => setNumber(+e.target.value)}
placeholder="Number"
Expand Down

0 comments on commit 114f783

Please sign in to comment.