Skip to content

Commit

Permalink
fix: implement suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRodrigues10 committed Nov 11, 2023
1 parent 758e7c4 commit ccc1684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/register/[uuid].js
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ function Register() {
onChange={(e) => updatePasswordConfirmation(e.currentTarget.value)}
/>
<Button
title="submit"
title="Submit"
text={isLoading ? "Registering..." : "LET'S GO"}
customStyle="text-secondary bg-quinary border-quinary"
customStyle="w-full h-12 text-secondary bg-quinary border-quinary"
/>
{errors && (
<p className="mt-3 font-iregular text-lg text-red-400">
Expand Down

0 comments on commit ccc1684

Please sign in to comment.