From 835367ba9f261ed5b2adb1ee71b658e1cbd1c9f5 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 1 Sep 2020 18:10:14 +0300 Subject: [PATCH] Signup and login: link to eachother. --- src/LoginGate.tsx | 4 +++- src/SignupPage.tsx | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/LoginGate.tsx b/src/LoginGate.tsx index 9885732..a21b3b0 100644 --- a/src/LoginGate.tsx +++ b/src/LoginGate.tsx @@ -23,6 +23,7 @@ import { startTask } from "./helpers"; import { Switch, Route } from "react-router"; import { routeResolver } from "./App"; import SignupPage from "./SignupPage"; +import { Link } from "react-router-dom"; export default function LoginGate() { @@ -78,7 +79,8 @@ export default function LoginGate() { /> -

Please Log In

+

Log In

+
or create an account
-

Signup

+

Signup

+
or log in to your account