Skip to content
Snippets Groups Projects

Implement mock Private route basing on user role

Merged Defendi Alberto requested to merge private into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -6,7 +6,7 @@ import { NonAuthRoutes } from 'components/api/routes';
@@ -6,7 +6,7 @@ import { NonAuthRoutes } from 'components/api/routes';
export const LandingPage: FC = () => (
export const LandingPage: FC = () => (
<>
<>
<Button variant="contained">
<Button variant="contained">
<Link to={NonAuthRoutes.login}>Login</Link>
<Link to={NonAuthRoutes.signIn}>Login</Link>
</Button>
</Button>
<section>
<section>
<h2>What is MoveAid?</h2>
<h2>What is MoveAid?</h2>
Loading