From 1845d29b99578b63959b1a7ae11f11a903e88fd6 Mon Sep 17 00:00:00 2001
From: Alberto Defendi <1369-ahl-berto@users.noreply.gitlab.inf.unibz.it>
Date: Thu, 15 Apr 2021 09:19:52 +0200
Subject: [PATCH] Rename redirect

---
 src/components/LandingPage/LandingPage.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/LandingPage/LandingPage.tsx b/src/components/LandingPage/LandingPage.tsx
index df5cc0b..fae4bba 100644
--- a/src/components/LandingPage/LandingPage.tsx
+++ b/src/components/LandingPage/LandingPage.tsx
@@ -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>
-- 
GitLab