Skip to content

Commit

Permalink
botao fb centralizado
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdlm committed Oct 18, 2021
1 parent 1aa09d5 commit 95276bd
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions src/components/Facebook/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,23 @@ export default function Facebook({ handleStatusLogged }) {
callback={responseFacebook}
/>
)} */}
<FacebookLogin
appId="632902014369254"
// autoLoad={true}
fields="name,email,picture"
onClick={componentClicked}
callback={responseFacebook}
/>
<div
style={{
width: "100%",
height: "100%",
display: "flex",
justifyContent: "center",
marginTop: "50vh",
}}
>
<FacebookLogin
appId="632902014369254"
// autoLoad={true}
fields="name,email,picture"
onClick={componentClicked}
callback={responseFacebook}
/>
</div>
</>
);
}

1 comment on commit 95276bd

@vercel
Copy link

@vercel vercel bot commented on 95276bd Oct 18, 2021

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.