Login with Twitter using connect button
This commit is contained in:
parent
48a6e87b41
commit
8cc6e748f7
@ -17,4 +17,6 @@ export const PrimaryButton = styled.button`
|
||||
line-height: 20px;
|
||||
|
||||
color: ${color.orange};
|
||||
|
||||
cursor: pointer;
|
||||
`;
|
||||
|
@ -40,9 +40,9 @@ export default function Home() {
|
||||
</MainTitleImageBackground>
|
||||
|
||||
<ConnectButtonContainer>
|
||||
<Link href="/verification">
|
||||
<PrimaryButton>Connect Wallet</PrimaryButton>
|
||||
</Link>
|
||||
<PrimaryButton onClick={handleSignInWithTwitter}>
|
||||
Connect Wallet
|
||||
</PrimaryButton>
|
||||
</ConnectButtonContainer>
|
||||
<SubContainer>
|
||||
<CheckContainer>
|
||||
|
Loading…
Reference in New Issue
Block a user