Login with Twitter using connect button

This commit is contained in:
HeesungB
2022-12-08 22:36:00 +09:00
parent 48a6e87b41
commit 8cc6e748f7
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -17,4 +17,6 @@ export const PrimaryButton = styled.button`
line-height: 20px;
color: ${color.orange};
cursor: pointer;
`;
+3 -3
View File
@@ -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>