diff --git a/components/molecules/ContributorProfileInfo/contributor-profile-info.tsx b/components/molecules/ContributorProfileInfo/contributor-profile-info.tsx index 0d6a86e770..3f0df82446 100644 --- a/components/molecules/ContributorProfileInfo/contributor-profile-info.tsx +++ b/components/molecules/ContributorProfileInfo/contributor-profile-info.tsx @@ -54,8 +54,6 @@ const ContributorProfileInfo = ({ {isConnected && }
- {`@${githubName}`} - {isConnected && ( <> {displayLocalTime && ( @@ -93,6 +91,18 @@ const ContributorProfileInfo = ({ )} + + + + {githubName} + + + {twitterUsername && (