From d83bd2c3c8857bc1a5445da2c6e09f12aabd7588 Mon Sep 17 00:00:00 2001
From: Alberto Defendi <1369-ahl-berto@users.noreply.gitlab.inf.unibz.it>
Date: Tue, 4 May 2021 09:51:23 +0200
Subject: [PATCH] Nest link

---
 src/components/LandingPage/LandingPage.tsx | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/components/LandingPage/LandingPage.tsx b/src/components/LandingPage/LandingPage.tsx
index fae4bba..77107de 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>
-- 
GitLab