Skip to content

Commit

Permalink
feat: Navbar Create Scene option links creator hub
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinszuchet committed Oct 23, 2024
1 parent 9960ed2 commit dca4883
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Navbar/Navbar.defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const navbarSubmenu = {
{
title: 'Scenes',
description: 'Create & publish scenes to LAND or Worlds',
url: config.get('BUILDER_SCENES_URL'),
url: config.get('CREATORS_HUB_URL'),
eventTrackingName: 'builder_scenes'
}
],
Expand Down
2 changes: 1 addition & 1 deletion src/config/env/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"BUILDER_SCENES_URL": "https://decentraland.zone/builder/scenes",
"CREATORS_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",
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 @@ -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",
"BUILDER_SCENES_URL": "https://decentraland.org/builder/scenes",
"CREATORS_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",
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 @@ -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",
"BUILDER_SCENES_URL": "https://decentraland.today/builder/scenes",
"CREATORS_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",
Expand Down

0 comments on commit dca4883

Please sign in to comment.