Skip to content

Commit

Permalink
feat: bump the UI and add NAMEs translation
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Jan 5, 2024
1 parent 93f4cb5 commit 5accd51
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 49 deletions.
78 changes: 30 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"decentraland-connect": "^5.2.4",
"decentraland-crypto-fetch": "^2.0.1",
"decentraland-transactions": "^1.47.0",
"decentraland-ui": "^4.33.2",
"decentraland-ui": "^4.34.0",
"ethers": "^5.6.8",
"events": "^3.3.0",
"flat": "^5.0.2",
Expand Down
1 change: 1 addition & 0 deletions src/containers/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default class Navbar extends React.PureComponent<NavbarProps> {
overview: <T id="@dapps.navbar.menu.marketplace.overview" />,
collectibles: <T id="@dapps.navbar.menu.marketplace.collectibles" />,
land: <T id="@dapps.navbar.menu.marketplace.land" />,
names: <T id="@dapps.navbar.menu.marketplace.names" />,
myAssets: <T id="@dapps.navbar.menu.marketplace.myAssets" />
},
events: <T id="@dapps.navbar.menu.events" />,
Expand Down

0 comments on commit 5accd51

Please sign in to comment.