Skip to content

Commit

Permalink
Fix profile navigation (NEAR-DevHub#490)
Browse files Browse the repository at this point in the history
* fix profile href

* remove `#`
  • Loading branch information
Megha-Dev-19 authored Nov 20, 2023
1 parent f194864 commit 05ea484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devhub/components/molecule/ProfileCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const ProfileCard = (props) => {
href={
link !== true
? link
: `${REPL_DEVHUB}/widget/ProfilePage?accountId=${accountId}`
: `/${REPL_MOB}/widget/ProfilePage?accountId=${accountId}`
}
className="link-dark text-truncate d-inline-flex"
>
Expand Down

0 comments on commit 05ea484

Please sign in to comment.