- Don't have an account? Sign Up + Don't have an account?{" "} + + Sign Up +
@@ -91,7 +94,7 @@ class LoginFormBase extends Component { Login - {error &&{error.message}
} + {error &&{error.message}
} ) } diff --git a/src/pages/privacy.js b/src/pages/privacy.js index 53deba0..76bf83f 100644 --- a/src/pages/privacy.js +++ b/src/pages/privacy.js @@ -1,19 +1,22 @@ import React from "react" -import { P } from "components/elements" +import { SimpleH1, SimpleH2, P, Em } from "components/elements" import Layout from "components/Layout" import Container from "components/container" +import { SimpleNavbar } from "components/Navbar" +import { withTheme } from "emotion-theming" -const Terms = () => ( +const Terms = ({ theme }) => (Sol Journal supports the following browsers: Chrome (latest), Safari (latest), Firefox (50+)
-
You don't have to provide your real name when you register to an
account, but you need to use a valid/verifiable email address.
@@ -43,7 +46,7 @@ const Terms = () => (
Any new features that affect privacy will be strictly opt-in.
You will not use the site to store illegal information or data under United States law (or any law). @@ -68,7 +71,7 @@ const Terms = () => ( (millions of entries or overloading services with requests) or use it in an unreasonable manner.
-Other important legal stuff Though I want to provide a great service, there are certain things about the service I cannot promise. For @@ -88,4 +91,4 @@ const Terms = () => (
- Already have an account? Login + Already have an account?{" "} + + Login +
@@ -133,7 +136,7 @@ class RegisterFormBase extends Component { - {error &&{error.message}
} + {error &&{error.message}
} ) } diff --git a/src/pages/terms.js b/src/pages/terms.js index 3e3917e..d9470dc 100644 --- a/src/pages/terms.js +++ b/src/pages/terms.js @@ -1,20 +1,23 @@ import React from "react" -import { P } from "components/elements" +import { SimpleH1, SimpleH2, P, Em } from "components/elements" import Layout from "components/Layout" import Container from "components/container" +import { SimpleNavbar } from "components/Navbar" +import { withTheme } from "emotion-theming" -const Terms = () => ( +const Terms = ({ theme }) => (Sol Journal supports the following browsers: Chrome (latest), Safari (latest), Firefox (50+)
-
You don't have to provide your real name when you register to an
account, but you need to use a valid/verifiable email address.
@@ -37,7 +40,7 @@ const Terms = () => (
Any new features that affect privacy will be strictly opt-in.
You will not use the site to store illegal information or data under United States law (or any law). @@ -62,7 +65,7 @@ const Terms = () => ( (millions of entries or overloading services with requests) or use it in an unreasonable manner.
-Other important legal stuff Though I want to provide a great service, there are certain things about the service I cannot promise. For @@ -82,4 +85,4 @@ const Terms = () => (