Skip to content

Commit

Permalink
On click for Sign up button
Browse files Browse the repository at this point in the history
  • Loading branch information
MVarshini committed Mar 8, 2023
1 parent 4ccf840 commit 40e6119
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dashboard/src/modules/components/AuthComponent/LoginForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,12 @@ const LoginForm = () => {
<NoLoginComponent />
<div className="orText text-center">-or-</div>
<div className="text-center">
<Button variant="link">Sign up</Button>
<Button
variant="link"
onClick={() => navigate(APP_ROUTES.AUTH_SIGNUP)}
>
Sign up
</Button>
</div>
</CardFooter>
</Card>
Expand Down

0 comments on commit 40e6119

Please sign in to comment.