Skip to content

Commit d0f8c03

Browse files
committed
Reverted "Replaced some font awesome icons with more appropriate ones"
This reverts commit 0b4dd2b.
1 parent 1e1b9a5 commit d0f8c03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

awesome-cv.cls

+4-4
Original file line numberDiff line numberDiff line change
@@ -491,14 +491,14 @@
491491
\ifthenelse{\isundefined{\@mobile}}%
492492
{}%
493493
{%
494-
\href{tel:\@mobile}{\faPhone\acvHeaderIconSep\@mobile}%
494+
\href{tel:\@mobile}{\faMobile\acvHeaderIconSep\@mobile}%
495495
\setbool{isstart}{false}%
496496
}%
497497
\ifthenelse{\isundefined{\@email}}%
498498
{}%
499499
{%
500500
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
501-
\href{mailto:\@email}{\faEnvelopeOpenText\acvHeaderIconSep\@email}%
501+
\href{mailto:\@email}{\faEnvelopeS\acvHeaderIconSep\@email}%
502502
}%
503503
\ifthenelse{\isundefined{\@dateofbirth}}%
504504
{}%
@@ -511,13 +511,13 @@
511511
{}%
512512
{%
513513
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
514-
\href{http://\@homepage}{\faArrowPointer\acvHeaderIconSep\@homepage}%
514+
\href{http://\@homepage}{\faHouseChimney\acvHeaderIconSep\@homepage}%
515515
}%
516516
\ifthenelse{\isundefined{\@github}}%
517517
{}%
518518
{%
519519
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
520-
\href{https://github.com/\@github}{\faGithub\acvHeaderIconSep\@github}%
520+
\href{https://github.com/\@github}{\faGithubSquare\acvHeaderIconSep\@github}%
521521
}%
522522
\ifthenelse{\isundefined{\@gitlab}}%
523523
{}%

0 commit comments

Comments
 (0)