Skip to content

Commit

Permalink
Added email to bottom of page if outreach is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
777arc committed May 24, 2024
1 parent 643d160 commit 6c5799d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,13 @@ export const App = () => {
</div>

<Outlet />

<Feature flag={FeatureFlag.useIQEngineOutReach.name}>
<h2 className="text-center py-2">
We want to hear from you! <a href="mailto:info@iqengine.org">info@iqengine.org</a>
</h2>
</Feature>

</div>
<ReactQueryDevtools initialIsOpen={false} />
</ThemeSelector>
Expand Down

0 comments on commit 6c5799d

Please sign in to comment.