Skip to content

Commit

Permalink
refactor: Rename creators hub to creator hub
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinszuchet committed Oct 24, 2024
1 parent 620b5f4 commit 7cde10b
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 @@ -88,7 +88,7 @@ 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",
},
],
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 @@ -10,6 +10,6 @@
"PLACES_URL": "https://decentraland.zone/places",
"CREATE_URL": "https://decentraland.org/create/",
"LEARN_URL": "https://docs.decentraland.org/player/",
"CREATORS_HUB_URL": "https://decentraland.zone/download/creator-hub/",
"CREATOR_HUB_URL": "https://decentraland.zone/download/creator-hub/",
"DOWNLOAD_URL": "https://decentraland.zone/download/"
}
2 changes: 1 addition & 1 deletion src/config/env/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"PLACES_URL": "https://decentraland.org/places",
"CREATE_URL": "https://decentraland.org/create/",
"LEARN_URL": "https://docs.decentraland.org/player/",
"CREATORS_HUB_URL": "https://decentraland.org/download/creator-hub/",
"CREATOR_HUB_URL": "https://decentraland.org/download/creator-hub/",
"DOWNLOAD_URL": "https://decentraland.org/download/"
}
2 changes: 1 addition & 1 deletion src/config/env/stg.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"PLACES_URL": "https://decentraland.zone/places",
"CREATE_URL": "https://decentraland.today/create/",
"LEARN_URL": "https://docs.decentraland.org/player/",
"CREATORS_HUB_URL": "https://decentraland.today/download/creator-hub/",
"CREATOR_HUB_URL": "https://decentraland.today/download/creator-hub/",
"DOWNLOAD_URL": "https://decentraland.todat/download/"
}

0 comments on commit 7cde10b

Please sign in to comment.