Skip to content

Commit

Permalink
fix: add back missing margins
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Apr 29, 2024
1 parent 486f369 commit 3351110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions frontend/src/pages/Landing/Home/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ export const LandingPage = (): JSX.Element => {

return (
<>
{/* <FeatureBanner
title="Introducing Payments"
body="Respondents can now pay for fees and services directly on your form!"
learnMoreLink={LANDING_PAYMENTS_ROUTE}
/> */}
<FeatureBanner
body="We have updated FormSG's Terms of Use and Privacy Policy"
learnMoreLink={TOU_ROUTE}
Expand All @@ -120,7 +115,7 @@ export const LandingPage = (): JSX.Element => {
>
Build secure government forms in minutes.
</Text>
<SectionBodyText>
<SectionBodyText mt="1rem">
Instant, customisable forms with zero code or cost, to safely
collect classified and sensitive data.
</SectionBodyText>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export const LandingPaymentsPage = (): JSX.Element => {
>
Collect payments on your form
</Text>
<SectionBodyText color={mainSectionTextColour}>
<SectionBodyText mt="1rem" color={mainSectionTextColour}>
Respondents can now pay for fees and services directly on your
form. Enter your agency email to receive our guide on how to get
started with payments.
Expand Down

0 comments on commit 3351110

Please sign in to comment.