From ffe60f8b28c0aac4885089061271fdf0c9ffadb7 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 21 Oct 2020 15:48:01 +0300 Subject: [PATCH] Signup: add a link to the rest of the apps. --- src/SignupPage.tsx | 7 ++++++- src/constants/index.ts | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/SignupPage.tsx b/src/SignupPage.tsx index 7f5e439..e99435c 100644 --- a/src/SignupPage.tsx +++ b/src/SignupPage.tsx @@ -25,6 +25,7 @@ import { login } from "./store/actions"; import { Link } from "react-router-dom"; import * as C from "./constants"; +import ExternalLink from "./widgets/ExternalLink"; interface FormErrors { username?: string; @@ -136,7 +137,7 @@ export default function SignupPage() { width: "18em", }, submit: { - marginTop: 40, + marginTop: 20, textAlign: "right" as any, }, }; @@ -244,6 +245,10 @@ export default function SignupPage() { Please make sure you remember your password, as it can't be recovered if lost! +

+ You can also signup using any of the apps. +

+