diff --git a/src/components/LandingPage/LandingPage.tsx b/src/components/LandingPage/LandingPage.tsx index fae4bba76e98ced845155da37e41f40e78cbca66..77107dedc7f704634c0fda81ff3e32fd625ca3e2 100644 --- a/src/components/LandingPage/LandingPage.tsx +++ b/src/components/LandingPage/LandingPage.tsx @@ -6,7 +6,10 @@ import { NonAuthRoutes } from 'components/api/routes'; export const LandingPage: FC = () => ( <> <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> <section> <h2>What is MoveAid?</h2>