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

Rename redirect

parent 6ee5893e
No related branches found
No related tags found
1 merge request!24Implement mock Private route basing on user role
......@@ -6,7 +6,7 @@ import { NonAuthRoutes } from 'components/api/routes';
export const LandingPage: FC = () => (
<>
<Button variant="contained">
<Link to={NonAuthRoutes.login}>Login</Link>
<Link to={NonAuthRoutes.signIn}>Login</Link>
</Button>
<section>
<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