Skip to content

Commit

Permalink
Fix register text
Browse files Browse the repository at this point in the history
  • Loading branch information
DAN3002 committed May 7, 2023
1 parent e0f0c28 commit cb0f3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Register.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const Register = () => {
className="p-3 border-none outline-none bg-white"
required
type="text"
placeholder="Display name"
placeholder="Username"
/>
<input
className="p-3 border-none outline-none bg-white"
Expand Down

0 comments on commit cb0f3ec

Please sign in to comment.