Skip to content

Commit

Permalink
Remove flashing terms modal
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Sep 24, 2024
1 parent 8d62427 commit 60e0ac6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/components/layout/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { useTracking } from 'web/hooks/use-tracking'
import { DowntimeBanner } from '../nav/banner'
import { useUser } from 'web/hooks/use-user'

import { UpdatedTermsModal } from '../updated-terms-modal'
import { Footer } from '../footer'

export function Page(props: {
Expand Down Expand Up @@ -78,7 +77,6 @@ export function Page(props: {
<Footer />
</main>
</Col>
<UpdatedTermsModal />
{!hideBottomBar && <BottomNavBar />}
</>
)
Expand Down

0 comments on commit 60e0ac6

Please sign in to comment.