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