Skip to content

Commit

Permalink
Merge pull request #63 from mlatsjsu/Jacob_Test
Browse files Browse the repository at this point in the history
Icon name update for teammembers
  • Loading branch information
JacobBRodriguez authored Oct 8, 2021
2 parents 4062cfd + f1b6a02 commit 2a271f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Member/Member.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function Member(props) {
style={{ color: '#0e76a8', fontSize: 20 }}
>
<i
className="fa fa-linkedin"
className="fab fa-linkedin-in"
aria-hidden="true"
style={{ marginRight: 12 }}
/>
Expand All @@ -46,7 +46,7 @@ export default function Member(props) {
rel="noopener noreferrer"
style={{ color: '#333', fontSize: 20 }}
>
<i className="fa fa-github" aria-hidden="true" />
<i className="fab fa-github" aria-hidden="true" />
</a>
) : null}
</div>
Expand Down

0 comments on commit 2a271f7

Please sign in to comment.