Skip to content

Commit

Permalink
feat: Navbar Create Scene option links creator hub (#564)
Browse files Browse the repository at this point in the history
* feat: Navbar Create Scene option links creator hub

* rfactor: Rename creators to creator

* feat: Change event tracking name
  • Loading branch information
kevinszuchet authored Oct 24, 2024
1 parent 9960ed2 commit 9d8f468
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar/Navbar.defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ export const navbarSubmenu = {
{
title: 'Scenes',
description: 'Create & publish scenes to LAND or Worlds',
url: config.get('BUILDER_SCENES_URL'),
eventTrackingName: 'builder_scenes'
url: config.get('CREATOR_HUB_URL'),
eventTrackingName: 'creator_hub_scenes'
}
],
column3Title: 'MANAGE',
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",
"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",
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",
"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",
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",
"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",
Expand Down

0 comments on commit 9d8f468

Please sign in to comment.