-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Upgrade decentraland ui and dapps packages #1962
Conversation
@@ -9,7 +9,7 @@ export const LinkedProfile = ({ isProfileEnabled, ...props }: Props) => { | |||
const redirectionProps: RedirectionProps = isProfileEnabled | |||
? { | |||
as: 'a', | |||
href: `${profileUrl}/${address}` | |||
href: `${profileUrl}${locations.account(address)}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
href: `${profileUrl}${locations.account(address)}` | |
href: `${profileUrl}/accounts/${address}` |
What do you think of hardcoding the path instead of using locations? I'm a bit concerned about the location function being for locations inside of the Marketplace. If we eventually change or delete the account path in the Marketplace, we'll be be changing the path to the profile url.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch! let me update it
This PR upgrades the decentraland ui and dapps packages.
Old Menu style:
New Menu style: