Skip to content
Snippets Groups Projects
Verified Commit d83bd2c3 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Nest link

parent 2278079b
No related branches found
No related tags found
2 merge requests!56Refined auth flow and new website pages.,!40Sign up/Log in form nest into AuthUser
Pipeline #11964 failed
...@@ -6,7 +6,10 @@ import { NonAuthRoutes } from 'components/api/routes'; ...@@ -6,7 +6,10 @@ import { NonAuthRoutes } from 'components/api/routes';
export const LandingPage: FC = () => ( export const LandingPage: FC = () => (
<> <>
<Button variant="contained"> <Button variant="contained">
<Link to={NonAuthRoutes.signIn}>Login</Link> <Link to={`/auth${NonAuthRoutes.signIn}`}>Log in</Link>
</Button>
<Button variant="contained">
<Link to={`/auth${NonAuthRoutes.signUp}`}>Sign up</Link>
</Button> </Button>
<section> <section>
<h2>What is MoveAid?</h2> <h2>What is MoveAid?</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment