From ea9f8977b8d73933a5a60f5b366f0add236cadbd Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Tue, 10 May 2022 21:31:31 +0600 Subject: [PATCH] Fix typo --- src/components/details/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/details/index.jsx b/src/components/details/index.jsx index 22b4339..bd3c8f2 100644 --- a/src/components/details/index.jsx +++ b/src/components/details/index.jsx @@ -71,7 +71,7 @@ const Details = ({ profile, loading, social, github }) => { {profile.location && ( } - title="Based on:" + title="Based in:" value={profile.location} /> )}