Skip to content

Commit

Permalink
chore: update banner for TOU
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Jan 30, 2024
1 parent ef921bb commit 9547227
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions frontend/src/pages/Landing/Home/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ import {
OGP_FORMSG_COLLATE,
OGP_FORMSG_REPO,
} from '~constants/links'
import { LANDING_PAYMENTS_ROUTE, LOGIN_ROUTE } from '~constants/routes'
import {
LANDING_PAYMENTS_ROUTE,

Check warning on line 43 in frontend/src/pages/Landing/Home/LandingPage.tsx

View workflow job for this annotation

GitHub Actions / frontend_lint

'LANDING_PAYMENTS_ROUTE' is defined but never used

Check warning on line 43 in frontend/src/pages/Landing/Home/LandingPage.tsx

View workflow job for this annotation

GitHub Actions / frontend_lint

'LANDING_PAYMENTS_ROUTE' is defined but never used
LOGIN_ROUTE,
TOU_ROUTE,
} from '~constants/routes'
import { useIsMobile } from '~hooks/useIsMobile'
import { useMdComponents } from '~hooks/useMdComponents'
import Button from '~components/Button'
Expand Down Expand Up @@ -91,10 +95,14 @@ export const LandingPage = (): JSX.Element => {

return (
<>
<FeatureBanner
{/* <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}
/>
<AppPublicHeader />
<LandingSection bg="primary.100" pt={{ base: '2rem', md: 0 }} px="0">
Expand Down

0 comments on commit 9547227

Please sign in to comment.