added in guidance link and welsh trans

This commit is contained in:
2024-04-02 17:45:02 +01:00
parent 9142870457
commit 86f15ba949
10 changed files with 110 additions and 55 deletions
-1
View File
@@ -7,7 +7,6 @@ import Header from "../../components/header";
import Breadcrumbs from "../../components/breadcrumbs";
import { getCsrfToken } from "next-auth/react";
import { parseCookies, setCookie, destroyCookie } from "nookies";
import { ca } from "date-fns/locale";
const SignIn = (props) => {
let { t, lang } = useTranslation();