Merge pull request #136 from AmruthPillai/develop

Bugfix: Issue with Broken Email Icon
This commit is contained in:
Amruth Pillai
2020-04-23 22:19:03 +05:30
committed by GitHub
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}`}
/>