diff --git a/packages/client/src/components/Profile/UserCard.tsx b/packages/client/src/components/Profile/UserCard.tsx index cc10ae015746585297fee6671c3ac3edb09c6f64..b3685007f42d5c2baccf2db955c610c8a9ae2dc7 100644 --- a/packages/client/src/components/Profile/UserCard.tsx +++ b/packages/client/src/components/Profile/UserCard.tsx @@ -36,7 +36,7 @@ const HighlightHostname = ({ url }: { url: string }) => { return ( <> - {parsed.current.protocol}://{parsed.current.host} + {parsed.current.protocol}//{parsed.current.host} {parsed.current.pathname} );