Skip to content

Commit

Permalink
fix(landing): hide singpass/myinfo tile
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle committed Sep 6, 2024
1 parent b66e3c3 commit 16f8b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions replacements/frontend/src/pages/Landing/Home/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ export const LandingPage = (): JSX.Element => {
title="Drag and drop builder"
description="Launch forms in minutes with the drag-and-drop builder, and over 20 types of fields to choose from"
/>
<FeatureGridItem
{/* <FeatureGridItem
image={featureIntegrationsImg}
title="Singpass and Myinfo"
description="Authenticate individuals or businesses with Singpass, and speed up form filling with pre-filled data from Myinfo"
/>
/> */}
<FeatureGridItem
image={featureLogicImg}
title="Conditional logic"
Expand Down

0 comments on commit 16f8b2f

Please sign in to comment.