Skip to content

Commit

Permalink
✨ Removed Sign up link #48
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaywood committed Sep 5, 2023
1 parent 4456e1a commit ff2c546
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions web/src/pages/Auth/LoginPage/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,6 @@ const LoginPage = () => {
<Icon id="check" />
Login
</Submit>

<div className="rw-text-center w-full">
<Link
to={routes.signup()}
className="mx-auto w-full border-b-1 border-b-black text-sm hover:border-b-transparent"
>
Sign Up
</Link>
</div>
</Form>
</>
)
Expand Down

0 comments on commit ff2c546

Please sign in to comment.