Skip to content

Commit

Permalink
Merge pull request #174 from jenkinsci/fix-173
Browse files Browse the repository at this point in the history
use ionicons-api as default plugin for links as well
  • Loading branch information
mawinter69 authored Jan 6, 2025
2 parents 95c85b0 + a1158ef commit 604b696
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ private static String extractPluginNameFromIconSrc(String iconSrc) {
}

if (!iconSrc.contains("plugin-")) {
return "";
return "ionicons-api";

Check warning on line 145 in src/main/java/io/jenkins/plugins/customizable_header/AppNavLink.java

View check run for this annotation

ci.jenkins.io / Code Coverage

Not covered line

Line 145 is not covered by tests
}

String[] arr = iconSrc.split(" ");
Expand Down

0 comments on commit 604b696

Please sign in to comment.