fomrs split out

This commit is contained in:
2021-10-05 09:47:57 +01:00
parent 2ace28aa40
commit 8714d71189
48 changed files with 42577 additions and 146 deletions
+7 -1
View File
@@ -60,7 +60,13 @@ export default function Login() {
>
{t("home:login-card-button")}
</button> */}
<Link href="/myportal">
<Link
href={
router.locale == "cy"
? "/fymhorth"
: "/myportal"
}
>
<a className="govuk-button">
{t("home:login-card-button")}
</a>