Skip to content

Commit

Permalink
Update Login.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham-Lal authored Jan 29, 2024
1 parent a6dc947 commit b1e1774
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/pages/login/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Login = () => {
const [passkeyVerify, setPasskeyVerify] = useState(true);

return (
<>
<div className='login__container'>
<div className='logo__container'>
<div className='logo__wrapper'>
<Link to='/' style={{ display: 'inline-block', width: '48px', height: '48px' }}>
Expand Down Expand Up @@ -110,7 +110,7 @@ const Login = () => {
<li>Contact GitHub Support</li>
</ul>
</div>
</>
</div>
)
}

Expand All @@ -129,4 +129,4 @@ const Message = ({ message, type }) => {
)
}

export default Login
export default Login

0 comments on commit b1e1774

Please sign in to comment.