Skip to content

Commit

Permalink
fix: marketplace names link and my assets typo (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
braianj authored Jan 9, 2024
1 parent b53b593 commit e033fc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Navbar2/Navbar2.defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down
2 changes: 1 addition & 1 deletion src/config/env/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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&section=emotes&vendor=decentraland&page=1&sortBy=newest&status=on_sale",
Expand Down
2 changes: 1 addition & 1 deletion src/config/env/stg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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&section=emotes&vendor=decentraland&page=1&sortBy=newest&status=on_sale",
Expand Down

1 comment on commit e033fc6

@vercel
Copy link

@vercel vercel bot commented on e033fc6 Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

decentraland-ui – ./

decentraland-ui-git-master-decentraland1.vercel.app
decentraland-ui-decentraland1.vercel.app

Please sign in to comment.