This commit is contained in:
Ariful Alam 2022-05-10 21:31:31 +06:00
parent 4b07170613
commit ea9f8977b8

View File

@ -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}
/>
)}