Skip to content

Commit

Permalink
social network custom iconClass
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigorii Bushmanov authored and Grigorii Bushmanov committed Dec 27, 2023
1 parent e7a2edd commit 954dbb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ function render(resumeObject) {
}

_.each(resumeObject.basics.profiles, function(p){
if(p.iconClass) {
return;
}
switch(p.network.toLowerCase()) {
// special cases
case "google-plus":
Expand Down

0 comments on commit 954dbb8

Please sign in to comment.