diff --git a/src/components/Navbar2/Navbar2.defaults.ts b/src/components/Navbar2/Navbar2.defaults.ts index fb9320a9..1800b349 100644 --- a/src/components/Navbar2/Navbar2.defaults.ts +++ b/src/components/Navbar2/Navbar2.defaults.ts @@ -48,7 +48,7 @@ export const navbarSubmenu = { }, { title: 'My Assets', - description: 'Manage your assets, listings, bids, &and more', + description: 'Manage your assets, listings, bids, & more', url: config.get('MARKETPLACE_MY_ASSETS_URL'), eventTrackingName: 'marketplace_my_assets' } diff --git a/src/config/env/prod.json b/src/config/env/prod.json index 77c1c9fb..e1356a5a 100644 --- a/src/config/env/prod.json +++ b/src/config/env/prod.json @@ -3,7 +3,7 @@ "ACCOUNT_URL": "https://decentraland.org/account", "PROFILE_URL": "https://decentraland.org/profile", "MARKETPLACE_URL": "https://decentraland.org/marketplace", - "MARKETPLACE_NAMES_URL": "https://decentraland.org/names/claim", + "MARKETPLACE_NAMES_URL": "https://decentraland.org/marketplace/names/claim", "MARKETPLACE_WEARABLES_URL": "https://decentraland.org/marketplace/browse?section=wearables&vendor=decentraland&page=1&sortBy=newest&status=on_sale", "MARKETPLACE_LANDS_URL": "https://decentraland.org/marketplace/lands", "MARKETPLACE_EMOTES_URL": "https://decentraland.org/marketplace/browse?assetType=item§ion=emotes&vendor=decentraland&page=1&sortBy=newest&status=on_sale", diff --git a/src/config/env/stg.json b/src/config/env/stg.json index e8dea789..bcbf71d3 100644 --- a/src/config/env/stg.json +++ b/src/config/env/stg.json @@ -3,7 +3,7 @@ "ACCOUNT_URL": "https://decentraland.today/account", "PROFILE_URL": "https://decentraland.today/profile", "MARKETPLACE_URL": "https://decentraland.today/marketplace", - "MARKETPLACE_NAMES_URL": "https://decentraland.today/names/claim", + "MARKETPLACE_NAMES_URL": "https://decentraland.today/marketplace/names/claim", "MARKETPLACE_WEARABLES_URL": "https://decentraland.today/marketplace/browse?section=wearables&vendor=decentraland&page=1&sortBy=newest&status=on_sale", "MARKETPLACE_LANDS_URL": "https://decentraland.today/marketplace/lands", "MARKETPLACE_EMOTES_URL": "https://decentraland.today/marketplace/browse?assetType=item§ion=emotes&vendor=decentraland&page=1&sortBy=newest&status=on_sale",