Skip to content

Commit

Permalink
login button
Browse files Browse the repository at this point in the history
  • Loading branch information
FaithDaka committed Nov 13, 2023
1 parent 7bf9b18 commit 81b0d79
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions platform/src/pages/account/login/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,6 @@ const UserLogin = () => {
</div>
</div>
</div>
<button
data-testid='login-btn'
className='mt-6 btn bg-blue-900 rounded-none w-full text-sm outline-none border-none hover:bg-blue-950'
type='submit'>
{loading ? <Spinner data-testid='spinner' width={25} height={25} /> : 'Login'}
</button>
</div>
</div>
<div className='mt-10'>
Expand Down

0 comments on commit 81b0d79

Please sign in to comment.