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

@ -12,7 +12,6 @@
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
display: inline-block;
line-height: 1;
text-transform: none;

View File

@ -260,7 +260,7 @@ const Gengar = () => {
<ContactItem icon="phone" value={data.profile.phone} link={`tel:${data.profile.phone}`} />
<ContactItem
icon="alternate_email"
icon="email"
value={data.profile.email}
link={`mailto:${data.profile.email}`}
/>

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}`}
/>

View File

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