updated with oauth, footer docs,
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import Link from "next/link";
|
||||
import { useRouter } from "next/router";
|
||||
import useTranslation from "next-translate/useTranslation";
|
||||
|
||||
import PrivacyEN from "./footerDocs/privacy_en";
|
||||
import PrivacyCY from "./footerDocs/privacy_cy";
|
||||
const PrivacyStatement = (props) => {
|
||||
let { t } = useTranslation();
|
||||
|
||||
@@ -16,14 +17,7 @@ const PrivacyStatement = (props) => {
|
||||
id="main-content"
|
||||
role="main"
|
||||
>
|
||||
<div className="govuk-grid-row">
|
||||
<div className="govuk-grid-column-full">
|
||||
<h1 className="govuk-heading-l govuk-!-margin-bottom-7">
|
||||
Privacy Statement
|
||||
</h1>
|
||||
<p>bkah blah</p>
|
||||
</div>
|
||||
</div>
|
||||
{router.locale != "en" ? <PrivacyCY /> : <PrivacyEN />}
|
||||
</main>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user