fix issue with broken icon font

This commit is contained in:
Amruth Pillai
2020-04-23 22:18:13 +05:30
parent 090ab18b80
commit 8c8f628a7f
4 changed files with 3 additions and 4 deletions

View File

@ -256,7 +256,7 @@ const Onyx = () => {
link={`http://${data.profile.website}`}
/>
<ContactItem
icon="alternate_email"
icon="email"
value={data.profile.email}
link={`mailto:${data.profile.email}`}
/>