Skip to content

Commit

Permalink
added feature flag for signup forms
Browse files Browse the repository at this point in the history
  • Loading branch information
denish-fearless committed Jan 30, 2025
1 parent 50274cc commit d5f8626
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 d5f8626

Please sign in to comment.