Loading packages/client/src/components/Profile/UserCard.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ const HighlightHostname = ({ url }: { url: string }) => { return ( <> {parsed.current.protocol}://<strong>{parsed.current.host}</strong> {parsed.current.protocol}//<strong>{parsed.current.host}</strong> {parsed.current.pathname} </> ); Loading Loading
packages/client/src/components/Profile/UserCard.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ const HighlightHostname = ({ url }: { url: string }) => { return ( <> {parsed.current.protocol}://<strong>{parsed.current.host}</strong> {parsed.current.protocol}//<strong>{parsed.current.host}</strong> {parsed.current.pathname} </> ); Loading