Skip to content

Commit

Permalink
feat(front-end): changed the confirmation button to Login button. (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Motouom authored Apr 25, 2024
1 parent 74d2e7b commit 8314af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion power-pay-frontend/src/components/UserLogin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const UserLogin: React.FC = () => {
</div>
<div className="pt-12">
<button className="rounded-full w-80 m-auto px-4 py-2 my-16 text-white bg-blue-950 hover:border-blue-950 text-lg absolute inset-x-0 bottom-12">
Confirm
Login
</button>
<button className="rounded-full w-80 m-auto px-4 py-2 text-white bg-blue-950 text-lg absolute inset-x-0 bottom-12">
Register
Expand Down

0 comments on commit 8314af3

Please sign in to comment.