Initial cut of required tags for registration and login flows.

This commit is contained in:
Michael Kaye
2023-05-02 18:05:13 +01:00
parent 52dccff229
commit f7fc03cdc9
3 changed files with 17 additions and 4 deletions

View File

@@ -186,14 +186,14 @@ export const UnauthenticatedView: FC = () => {
</main>
<footer className={styles.footer}>
<Body className={styles.mobileLoginLink}>
<Link color="primary" to="/login">
<Link color="primary" to="/login" data-testid="home_login">
{t("Login to your account")}
</Link>
</Body>
<Body>
<Trans>
Not registered yet?{" "}
<Link color="primary" to="/register">
<Link color="primary" to="/register" data-testid="home_register">
Create an account
</Link>
</Trans>