Skip to content

Commit

Permalink
chore: update feedback placeholder content for PO testing (#2754)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Heneghan authored Feb 5, 2024
1 parent 761f230 commit 3a89fcd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
5 changes: 3 additions & 2 deletions editor.planx.uk/src/components/Feedback/MoreInfoFeedback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,9 @@ const MoreInfoFeedbackComponent: React.FC = () => {
</Typography>
<FeedbackBody>
<Typography variant="body2">
We appreciate it lorem ipsum dolor sit amet, consectetuer
adipiscing elit. Aenean commodo ligula eget dolor.
Your input on the helpfulness of the provided assistance is
crucial for us to refine and improve. We appreciate your time in
helping us enhance our services.
</Typography>
</FeedbackBody>
</Container>
Expand Down
4 changes: 2 additions & 2 deletions editor.planx.uk/src/components/Feedback/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ const Feedback: React.FC = () => {
<TitleAndCloseFeedbackHeader title="Thank you for sharing feedback" />
<FeedbackBody>
<Typography variant="body1">
We appreciate it lorem ipsum dolor sit amet, consectetuer
adipiscing elit. Aenean commodo ligula eget dolor.
Your insights are invaluable and help us improve our services.
We appreciate your time and input.
</Typography>
</FeedbackBody>
</FeedbackRow>
Expand Down
10 changes: 9 additions & 1 deletion editor.planx.uk/src/ui/public/FeedbackDisclaimer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ export default function FeedbackDisclaimer(): FCReturn {
<Typography variant="body2">
Please do not include any personal or financial information in your
feedback. If you choose to do so we will process your personal data
according to our <Link href="#">privacy policy (TODO)</Link>.
according to our{" "}
<Link
href="https://www.planx.uk/privacy"
target="_blank"
rel="noopener"
>
privacy policy
</Link>
.
</Typography>
</Box>
);
Expand Down

0 comments on commit 3a89fcd

Please sign in to comment.