Skip to content

Commit

Permalink
remove the marketplace link from the navigation footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jaensen committed May 15, 2024
1 parent bb4382d commit 4b83c9a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import {
ABOUT_URL,
BUG_REPORTING_URL,
FAQ_URL,
MARKETPLACE_URL,
PRIVACY_LEGAL_URL,
} from '~/utils/constants';

Expand Down Expand Up @@ -167,11 +166,6 @@ const NavigationFooter = () => {
{translate('Navigation.linkBugReporting')}
</NavigationExternalLink>
</Grid>
<Grid item xs={6}>
<NavigationExternalLink href={MARKETPLACE_URL}>
{translate('Navigation.linkMarketplace')}
</NavigationExternalLink>
</Grid>
<Grid item xs={6}>
<NavigationExternalLink href={ABOUT_URL}>
{translate('Navigation.linkAbout')}
Expand Down

0 comments on commit 4b83c9a

Please sign in to comment.