added in welsh translations and spot check 2
This commit is contained in:
@@ -205,12 +205,16 @@ let Login = (props) => {
|
||||
: "/account/register"
|
||||
}
|
||||
>
|
||||
<a>{t("home:login-card-register-link")}</a>
|
||||
<a className="govuk-link--no-underline">
|
||||
{t("home:login-card-register-link")}
|
||||
</a>
|
||||
</Link>
|
||||
</p>
|
||||
<p className="govuk-body-s">
|
||||
<Link href="/">
|
||||
<a>{t("home:login-card-forgotten-label")} </a>
|
||||
<a className="govuk-link--no-underline">
|
||||
{t("home:login-card-forgotten-label")}{" "}
|
||||
</a>
|
||||
</Link>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user