Skip to content

Commit

Permalink
Merge branch 'main' into fix-description-tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem authored Nov 21, 2023
2 parents 16596a4 + 05ea484 commit 41cf294
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 41cf294

Please sign in to comment.