Skip to content

Commit

Permalink
Update login button text
Browse files Browse the repository at this point in the history
  • Loading branch information
delbaoliveira committed Apr 24, 2024
1 parent 87cac56 commit b129ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(public)/signup/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function SignupButton() {

return (
<Button aria-disabled={pending} type="submit" className="mt-2 w-full">
{pending ? 'Submitting...' : 'Sign up'}
{pending ? 'Submitting...' : 'Login'}
</Button>
);
}

0 comments on commit b129ee2

Please sign in to comment.