diff --git a/src/components/Navigation.js b/src/components/Navigation.js index fe988434..78cb0871 100644 --- a/src/components/Navigation.js +++ b/src/components/Navigation.js @@ -30,7 +30,6 @@ import { ABOUT_URL, BUG_REPORTING_URL, FAQ_URL, - MARKETPLACE_URL, PRIVACY_LEGAL_URL, } from '~/utils/constants'; @@ -167,11 +166,6 @@ const NavigationFooter = () => { {translate('Navigation.linkBugReporting')} - - - {translate('Navigation.linkMarketplace')} - - {translate('Navigation.linkAbout')} diff --git a/src/components/NavigationFloating.js b/src/components/NavigationFloating.js index 24046663..9361007f 100644 --- a/src/components/NavigationFloating.js +++ b/src/components/NavigationFloating.js @@ -15,7 +15,7 @@ import ExternalLink from '~/components/ExternalLink'; import translate from '~/services/locale'; import { IconWobblyCircleSecond } from '~/styles/icons'; import { IconClose, IconMore } from '~/styles/icons'; -import { BUG_REPORTING_URL, MARKETPLACE_URL } from '~/utils/constants'; +import { BUG_REPORTING_URL } from '~/utils/constants'; const useStyles = makeStyles((theme) => { const backgroundTheme = (props) => { @@ -210,13 +210,6 @@ export default function NavigationFloating(props) { - - - - -