From 900e30b121fb0d8241fb93338945d94f9fdf0122 Mon Sep 17 00:00:00 2001 From: Rory Doak <138574807+RODO94@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:58:22 +0100 Subject: [PATCH] refactor: Alter layout and copy of Feedback component in Footer (#3542) --- .../src/components/Feedback/FeedbackForm.tsx | 21 +++++++++++++++++-- .../src/components/Feedback/index.test.tsx | 12 ++++++----- .../src/components/Feedback/index.tsx | 4 ++-- .../src/ui/public/FeedbackDisclaimer.tsx | 20 +++++------------- 4 files changed, 33 insertions(+), 24 deletions(-) diff --git a/editor.planx.uk/src/components/Feedback/FeedbackForm.tsx b/editor.planx.uk/src/components/Feedback/FeedbackForm.tsx index f374b36b60..63fb6408f7 100644 --- a/editor.planx.uk/src/components/Feedback/FeedbackForm.tsx +++ b/editor.planx.uk/src/components/Feedback/FeedbackForm.tsx @@ -7,8 +7,8 @@ import FeedbackDisclaimer from "ui/public/FeedbackDisclaimer"; import InputLabel from "ui/public/InputLabel"; import ErrorWrapper from "ui/shared/ErrorWrapper"; import Input from "ui/shared/Input"; - import { FeedbackFormInput, FormProps, UserFeedback } from "."; +import Link from "@mui/material/Link"; const StyledForm = styled(Form)(({ theme }) => ({ "& > *": contentFlowSpacing(theme), @@ -52,8 +52,25 @@ const FeedbackForm: React.FC = ({ inputs, handleSubmit }) => { return ( + + Do not share personal or financial information in your feedback. If + you do we’ll act according to our{" "} + + privacy policy + + . + - + + This information is not monitored frequently by planning officers, do + not use it to provide extra information or queries with regard to your + application or project. Any information of this nature will be + disregarded. +