From 8cc6e748f7a6fea173c683269fd864bb3bc14260 Mon Sep 17 00:00:00 2001 From: HeesungB Date: Thu, 8 Dec 2022 22:36:00 +0900 Subject: [PATCH] Login with Twitter using connect button --- components/primary-button/index.ts | 2 ++ pages/index.tsx | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/components/primary-button/index.ts b/components/primary-button/index.ts index 254610c..45cace6 100644 --- a/components/primary-button/index.ts +++ b/components/primary-button/index.ts @@ -17,4 +17,6 @@ export const PrimaryButton = styled.button` line-height: 20px; color: ${color.orange}; + + cursor: pointer; `; diff --git a/pages/index.tsx b/pages/index.tsx index a9aa79a..704f8a6 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -40,9 +40,9 @@ export default function Home() { - - Connect Wallet - + + Connect Wallet +