diff --git a/src/SignupPage.tsx b/src/SignupPage.tsx index 0282de5..7f5e439 100644 --- a/src/SignupPage.tsx +++ b/src/SignupPage.tsx @@ -24,6 +24,8 @@ import { startTask, PASSWORD_MIN_LENGTH, enforcePasswordRules } from "./helpers" import { login } from "./store/actions"; import { Link } from "react-router-dom"; +import * as C from "./constants"; + interface FormErrors { username?: string; email?: string; @@ -176,6 +178,17 @@ export default function SignupPage() {

Signup

or log in to your account
+ + + + You are signing up for a free trial. Click here for pricing information. + + + +