Skip to content

Commit

Permalink
Add tel: href for mobile numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
miclill authored and OJFord committed Dec 18, 2021
1 parent a932a66 commit 44c5ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awesome-cv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
\ifthenelse{\isundefined{\@mobile}}%
{}%
{%
\faMobile\acvHeaderIconSep\@mobile%
\href{tel:\@mobile}{\faMobile\acvHeaderIconSep\@mobile}%
\setbool{isstart}{false}%
}%
\ifthenelse{\isundefined{\@email}}%
Expand Down

0 comments on commit 44c5ec3

Please sign in to comment.