Skip to content

Commit

Permalink
Add login functionality to login page
Browse files Browse the repository at this point in the history
  • Loading branch information
itexpert120 committed Nov 9, 2023
1 parent d6e3fbc commit 16d917b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/homepage/widget/login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ const LoginContainer = styled.div`
line-height: 100%; /* 32px */
}
a {
button {
all: unset;
display: flex;
padding: 16px 20px;
justify-content: center;
Expand Down Expand Up @@ -84,7 +85,7 @@ const LoginView = () => {
<h1>
Designed to connect and empower builders in a multi-chain ecosystem
</h1>
<a href="/signin">Login</a>
<button onClick={props.requestSignIn}>Login</button>
</div>
<img src="https://ipfs.near.social/ipfs/bafybeibqnkvafyflci4iap73prugmjw4wlwmrazbiudvnsyr34yzmk75i4" />
</LoginContainer>
Expand Down

0 comments on commit 16d917b

Please sign in to comment.