From 4d30ae9cc9d16f624fa9c46a7153c3ead8358ee7 Mon Sep 17 00:00:00 2001 From: Shorn Date: Tue, 14 May 2024 16:29:50 +0200 Subject: [PATCH 1/4] remove marketplace link in menu --- src/components/Navigation.js | 6 ------ src/components/NavigationFloating.js | 9 +-------- src/utils/constants.js | 1 - 3 files changed, 1 insertion(+), 15 deletions(-) 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) { - - - - -