mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
Trim company name in details section
This commit is contained in:
@@ -93,8 +93,8 @@ const Details = ({ profile, loading, social, github }) => {
|
|||||||
title="Company:"
|
title="Company:"
|
||||||
value={profile.company}
|
value={profile.company}
|
||||||
link={
|
link={
|
||||||
isCompanyMention(profile.company)
|
isCompanyMention(profile.company.trim())
|
||||||
? companyLink(profile.company)
|
? companyLink(profile.company.trim())
|
||||||
: null
|
: null
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user