Skip to content

Commit

Permalink
Reverted "Replaced some font awesome icons with more appropriate ones"
Browse files Browse the repository at this point in the history
This reverts commit 0b4dd2b.
  • Loading branch information
xaviermawet committed Apr 14, 2022
1 parent 1e1b9a5 commit d0f8c03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions awesome-cv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -491,14 +491,14 @@
\ifthenelse{\isundefined{\@mobile}}%
{}%
{%
\href{tel:\@mobile}{\faPhone\acvHeaderIconSep\@mobile}%
\href{tel:\@mobile}{\faMobile\acvHeaderIconSep\@mobile}%
\setbool{isstart}{false}%
}%
\ifthenelse{\isundefined{\@email}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{mailto:\@email}{\faEnvelopeOpenText\acvHeaderIconSep\@email}%
\href{mailto:\@email}{\faEnvelopeS\acvHeaderIconSep\@email}%
}%
\ifthenelse{\isundefined{\@dateofbirth}}%
{}%
Expand All @@ -511,13 +511,13 @@
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{http://\@homepage}{\faArrowPointer\acvHeaderIconSep\@homepage}%
\href{http://\@homepage}{\faHouseChimney\acvHeaderIconSep\@homepage}%
}%
\ifthenelse{\isundefined{\@github}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://github.com/\@github}{\faGithub\acvHeaderIconSep\@github}%
\href{https://github.com/\@github}{\faGithubSquare\acvHeaderIconSep\@github}%
}%
\ifthenelse{\isundefined{\@gitlab}}%
{}%
Expand Down

0 comments on commit d0f8c03

Please sign in to comment.