Skip to content

Commit a0f2a1f

Browse files
anita-stanisz-sonarsourcezipengwu
authored andcommitted
SQRP-123 Update logos
1 parent 0026efd commit a0f2a1f

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

src/main/java/hudson/plugins/sonar/action/SonarBuildBadgeAction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public String getIcon() {
6262
return "";
6363
}
6464

65-
return "/plugin/" + wrapper.getShortName() + "/images/waves_16x16.png";
65+
return "/plugin/" + wrapper.getShortName() + "/images/SonarQube_Mark.png";
6666
}
6767

6868
// non use interface methods

src/main/java/hudson/plugins/sonar/action/SonarProjectIconAction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public SonarProjectIconAction(SonarAnalysisAction buildInfo) {
4646
public String getIconFileName() {
4747
PluginWrapper wrapper = Jenkins.getInstanceOrNull().getPluginManager()
4848
.getPlugin(SonarPlugin.class);
49-
return "/plugin/" + wrapper.getShortName() + "/images/waves_48x48.png";
49+
return "/plugin/" + wrapper.getShortName() + "/images/SonarQube_Mark.png";
5050
}
5151

5252
@Override
3.71 KB
Loading
-409 Bytes
Binary file not shown.
-1.36 KB
Binary file not shown.

0 commit comments

Comments
 (0)