fix: add agreement to signup

This commit is contained in:
Kyle Gill
2019-05-30 22:22:47 -06:00
parent a1928a80fb
commit 98b997438e
2 changed files with 9 additions and 3 deletions

View File

@@ -28,6 +28,12 @@ const RegisterPage = ({ theme }) => (
<FirebaseContext.Consumer>
{firebase => <RegisterForm firebase={firebase} />}
</FirebaseContext.Consumer>
<P colors={theme.colors} style={{ fontStyle: "italic" }}>
By registering for this site you are agreeing to the{" "}
<Link style={{ color: theme.colors.primary }} to={"/terms"}>
Terms of Service
</Link>
</P>
<P colors={theme.colors} style={{ fontStyle: "italic" }}>
Already have an account?{" "}
<Link style={{ color: theme.colors.primary }} to={"/login"}>