Skip to content

Commit

Permalink
feat: update navbar url
Browse files Browse the repository at this point in the history
  • Loading branch information
braianj committed Jul 18, 2024
1 parent 059b5ba commit 53c27ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const getNavbarPagesUrls = () => {
[NavbarPages.MARKETPLACE]: config.get('MARKETPLACE_URL'),
[NavbarPages.CREATE]: config.get('LANDING_CREATORS_URL'),
[NavbarPages.EXPLORE]: config.get('EVENTS_URL'),
[NavbarPages.LEARN]: config.get('DOCS_ABOUT_URL'),
[NavbarPages.LEARN]: config.get('DOCS_URL'),
[NavbarPages.GOVERNANCE]: config.get('GOVERNANCE_URL')
}
}
1 change: 1 addition & 0 deletions src/config/env/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"PLACES_MY_FAVORITE_URL": "https://decentraland.zone/places/favorites/",
"EXPLORER_URL": "https://play.decentraland.zone",
"STUDIOS_URL": "https://studios.decentraland.org/",
"DOCS_URL": "https://docs.decentraland.org/",
"DOCS_ABOUT_URL": "https://docs.decentraland.org/player/",
"DOCS_CREATORS_URL": "https://docs.decentraland.org/creator/",
"DOCS_CONTRIBUTOR_URL": "https://docs.decentraland.org/contributor/",
Expand Down
1 change: 1 addition & 0 deletions src/config/env/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"PLACES_MY_FAVORITE_URL": "https://decentraland.org/places/favorites/",
"EXPLORER_URL": "https://play.decentraland.org",
"STUDIOS_URL": "https://studios.decentraland.org/",
"DOCS_URL": "https://docs.decentraland.org/",
"DOCS_ABOUT_URL": "https://docs.decentraland.org/player/",
"DOCS_CREATORS_URL": "https://docs.decentraland.org/creator/",
"DOCS_CONTRIBUTOR_URL": "https://docs.decentraland.org/contributor/",
Expand Down
1 change: 1 addition & 0 deletions src/config/env/stg.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"PLACES_MY_FAVORITE_URL": "https://decentraland.zone/places/favorites/",
"EXPLORER_URL": "https://play.decentraland.today",
"STUDIOS_URL": "https://studios.decentraland.org/",
"DOCS_URL": "https://docs.decentraland.org/",
"DOCS_ABOUT_URL": "https://docs.decentraland.org/player/",
"DOCS_CREATORS_URL": "https://docs.decentraland.org/creator/",
"DOCS_CONTRIBUTOR_URL": "https://docs.decentraland.org/contributor/",
Expand Down

0 comments on commit 53c27ed

Please sign in to comment.