Skip to content

Commit

Permalink
fix: fix input text
Browse files Browse the repository at this point in the history
  • Loading branch information
YiCChi committed Dec 2, 2023
1 parent ae3b814 commit 5ac775c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/is-even/src/lib/input.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function Input() {
return <input type="number" />;
return <input type="text" />;
}

0 comments on commit 5ac775c

Please sign in to comment.