mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-26 04:17:14 +00:00
Fix typo
This commit is contained in:
@@ -71,7 +71,7 @@ const Details = ({ profile, loading, social, github }) => {
|
|||||||
{profile.location && (
|
{profile.location && (
|
||||||
<ListItem
|
<ListItem
|
||||||
icon={<MdLocationOn className="mr-2" />}
|
icon={<MdLocationOn className="mr-2" />}
|
||||||
title="Based on:"
|
title="Based in:"
|
||||||
value={profile.location}
|
value={profile.location}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user