Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #282 from igrowker/boton-google
Browse files Browse the repository at this point in the history
style: centra botón de login con google
  • Loading branch information
euphoricdesign authored Oct 14, 2024
2 parents 3553ea9 + 5f8b69e commit eb838ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GoogleSignIn/GoogleSignIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const GoogleSignIn: React.FC<GoogleSignInProps> = ({
onFailure,
}) => {
return (
<div className="w-full mt-4">
<div className="flex justify-center w-full mt-4">
<GoogleLogin
onSuccess={(credentialResponse: CredentialResponse) => {
onSuccess(credentialResponse);
Expand Down

2 comments on commit eb838ea

@emacuello
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for adoptree ready!

✅ Preview
https://adoptree-h5zvzd965-emanuels-projects-e0d75c1b.vercel.app

Built with commit eb838ea.
This pull request is being automatically deployed with vercel-action

@emacuello
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.