Skip to content

Commit

Permalink
Update(front-end): changed the confirmation button to Login button.
Browse files Browse the repository at this point in the history
  • Loading branch information
Motouom committed Apr 22, 2024
1 parent f98b69f commit b7dd168
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 b7dd168

Please sign in to comment.