forked from LaconicNetwork/icns-frontend
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;
|
line-height: 20px;
|
||||||
|
|
||||||
color: ${color.orange};
|
color: ${color.orange};
|
||||||
|
|
||||||
|
cursor: pointer;
|
||||||
`;
|
`;
|
||||||
|
@ -40,9 +40,9 @@ export default function Home() {
|
|||||||
</MainTitleImageBackground>
|
</MainTitleImageBackground>
|
||||||
|
|
||||||
<ConnectButtonContainer>
|
<ConnectButtonContainer>
|
||||||
<Link href="/verification">
|
<PrimaryButton onClick={handleSignInWithTwitter}>
|
||||||
<PrimaryButton>Connect Wallet</PrimaryButton>
|
Connect Wallet
|
||||||
</Link>
|
</PrimaryButton>
|
||||||
</ConnectButtonContainer>
|
</ConnectButtonContainer>
|
||||||
<SubContainer>
|
<SubContainer>
|
||||||
<CheckContainer>
|
<CheckContainer>
|
||||||
|
Loading…
Reference in New Issue
Block a user