From 05ea484a189ee9b754f49500ecd0d05a40e419d3 Mon Sep 17 00:00:00 2001 From: Megha-Dev-19 <100185149+Megha-Dev-19@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:06:44 +0530 Subject: [PATCH] Fix profile navigation (#490) * fix profile href * remove `#` --- src/devhub/components/molecule/ProfileCard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devhub/components/molecule/ProfileCard.jsx b/src/devhub/components/molecule/ProfileCard.jsx index d89935018..fcbda997b 100644 --- a/src/devhub/components/molecule/ProfileCard.jsx +++ b/src/devhub/components/molecule/ProfileCard.jsx @@ -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" >