Skip to content

Commit

Permalink
remove privacy policy modal
Browse files Browse the repository at this point in the history
  • Loading branch information
KillariDev committed Dec 28, 2023
1 parent 7b683d1 commit b21c79e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 192 deletions.
10 changes: 0 additions & 10 deletions src/components/NavBar/MenuDropdown.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { t, Trans } from '@lingui/macro'
import { InterfaceElementName } from '@uniswap/analytics-events'
import FeatureFlagModal from 'components/FeatureFlagModal/FeatureFlagModal'
import { PrivacyPolicyModal } from 'components/PrivacyPolicy'
import { useOnClickOutside } from 'hooks/useOnClickOutside'
import { Box } from 'nft/components/Box'
import { Column, Row } from 'nft/components/Flex'
Expand Down Expand Up @@ -200,14 +199,6 @@ export const MenuDropdown = () => {
<SecondaryLinkedText href="https://uniswap.canny.io/feature-requests">
<Trans>Feedback</Trans>
</SecondaryLinkedText>
<SecondaryLinkedText
onClick={() => {
toggleOpen()
togglePrivacyPolicy()
}}
>
<Trans>Legal & Privacy</Trans>
</SecondaryLinkedText>
{(isDevelopmentEnv() || isStagingEnv()) && (
<SecondaryLinkedText
onClick={() => {
Expand All @@ -234,7 +225,6 @@ export const MenuDropdown = () => {
</NavDropdown>
)}
</Box>
<PrivacyPolicyModal />
<FeatureFlagModal />
</>
)
Expand Down
182 changes: 0 additions & 182 deletions src/components/PrivacyPolicy/index.tsx

This file was deleted.

0 comments on commit b21c79e

Please sign in to comment.