diff --git a/src/components/Navbar/Navbar.defaults.ts b/src/components/Navbar/Navbar.defaults.ts index 68e00fbc..975683f4 100644 --- a/src/components/Navbar/Navbar.defaults.ts +++ b/src/components/Navbar/Navbar.defaults.ts @@ -89,7 +89,7 @@ export const navbarSubmenu = { { title: 'Scenes', description: 'Create & publish scenes to LAND or Worlds', - url: config.get('CREATORS_HUB_URL'), + url: config.get('CREATOR_HUB_URL'), eventTrackingName: 'builder_scenes' } ], diff --git a/src/config/env/dev.json b/src/config/env/dev.json index c172d22f..a92b1883 100644 --- a/src/config/env/dev.json +++ b/src/config/env/dev.json @@ -11,7 +11,7 @@ "MARKETPLACE_SETTINGS_URL": "https://decentraland.zone/marketplace/settings", "BUILDER_URL": "https://decentraland.zone/builder", "BUILDER_WEARABLE_EMOTES_URL": "https://decentraland.zone/builder/collections", - "CREATORS_HUB_URL": "https://decentraland.zone/download/creator-hub/", + "CREATOR_HUB_URL": "https://decentraland.zone/download/creator-hub/", "BUILDER_NAMES_URL": "https://decentraland.zone/builder/names", "BUILDER_WORLDS_URL": "https://decentraland.zone/builder/worlds?tab=dcl", "BUILDER_LAND_URL": "https://decentraland.zone/builder/land", diff --git a/src/config/env/prod.json b/src/config/env/prod.json index bef089e0..ec924ff8 100644 --- a/src/config/env/prod.json +++ b/src/config/env/prod.json @@ -11,7 +11,7 @@ "MARKETPLACE_SETTINGS_URL": "https://decentraland.org/marketplace/settings", "BUILDER_URL": "https://decentraland.org/builder", "BUILDER_WEARABLE_EMOTES_URL": "https://decentraland.org/builder/collections", - "CREATORS_HUB_URL": "https://decentraland.org/download/creator-hub/", + "CREATOR_HUB_URL": "https://decentraland.org/download/creator-hub/", "BUILDER_NAMES_URL": "https://decentraland.org/builder/names", "BUILDER_WORLDS_URL": "https://decentraland.org/builder/worlds?tab=dcl", "BUILDER_LAND_URL": "https://decentraland.org/builder/land", diff --git a/src/config/env/stg.json b/src/config/env/stg.json index a551868e..745ad31f 100644 --- a/src/config/env/stg.json +++ b/src/config/env/stg.json @@ -11,7 +11,7 @@ "MARKETPLACE_SETTINGS_URL": "https://decentraland.zone/marketplace/settings", "BUILDER_URL": "https://decentraland.today/builder", "BUILDER_WEARABLE_EMOTES_URL": "https://decentraland.today/builder/collections", - "CREATORS_HUB_URL": "https://decentraland.today/download/creator-hub/", + "CREATOR_HUB_URL": "https://decentraland.today/download/creator-hub/", "BUILDER_NAMES_URL": "https://decentraland.today/builder/names", "BUILDER_WORLDS_URL": "https://decentraland.today/builder/worlds?tab=dcl", "BUILDER_LAND_URL": "https://decentraland.today/builder/land",