Skip to content

Commit

Permalink
Merge pull request #134 from wearefuturegov/TOP-241-footer-text-amend
Browse files Browse the repository at this point in the history
TOP-241 update footer text
  • Loading branch information
apricot13 authored Jun 24, 2024
2 parents b98e4ab + 4aaa5c2 commit fb1b47a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/components/Prefooter/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@ const Prefooter = ({ children }) => (
{theme.feedbackUrl && (
<Styles.PrefooterColumn>
<h2>Feedback</h2>
<p>This is a brand new website. Your feedback helps us improve it.</p>
<Styles.PrefooterLink href={theme.feedbackUrl}>
Give feedback
</Styles.PrefooterLink>
<p>
Use our{" "}
<Styles.PrefooterLink href={theme.feedbackUrl}>
feedback form
</Styles.PrefooterLink>{" "}
to tell us what you think about our directory. Your feedback helps
us to improve our service.
</p>
</Styles.PrefooterColumn>
)}

Expand Down

0 comments on commit fb1b47a

Please sign in to comment.