From ed7d245f92e7727813de51c0f26df3ae059dd864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Fri, 16 Feb 2024 09:15:12 +0000 Subject: [PATCH] fix: Restore flow privacy pages (#2799) --- editor.planx.uk/src/pages/layout/PublicLayout.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/editor.planx.uk/src/pages/layout/PublicLayout.tsx b/editor.planx.uk/src/pages/layout/PublicLayout.tsx index d7527940ce..b22d450c1d 100644 --- a/editor.planx.uk/src/pages/layout/PublicLayout.tsx +++ b/editor.planx.uk/src/pages/layout/PublicLayout.tsx @@ -42,13 +42,6 @@ const PublicFooter: React.FC = () => { const setting = flowSettings?.elements && flowSettings?.elements[key]; if (setting?.show) { - if (key == "privacy") { - return { - title: setting.heading, - href: "https://www.planx.uk/privacy", - newTab: true, - }; - } return { title: setting.heading, href: makeHref(key),