Skip to content

Commit

Permalink
Merge pull request #3208 from newjersey/feature-flg-signup-form
Browse files Browse the repository at this point in the history
added feature flag for signup forms
  • Loading branch information
denish-fearless authored Jan 30, 2025
2 parents 24dad11 + d5f8626 commit 5581e11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ export const Header = (data: { mainNav?: NavMenuData; globalNav?: NavMenuData })
icons={true}
url="/contact"
/>
{process.env.REACT_APP_SIGNUP_FOR_UPDATES === 'true' ?
<SignUpFormModal />
: <></>}
</div>
</div>
</div>
Expand Down

0 comments on commit 5581e11

Please sign in to comment.