Skip to content

Commit c90d063

Browse files
committed
Update to the 72x72 TeamCity logo by default
1 parent 9b4adba commit c90d063

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tcslackbuildnotifier-core/src/main/java/slacknotifications/teamcity/settings/SlackNotificationMainConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
public class SlackNotificationMainConfig implements ChangeListener {
1919
public static final String DEFAULT_BOTNAME = "TeamCity";
20-
public static final String DEFAULT_ICONURL = "https://raw.githubusercontent.com/PeteGoo/tcSlackBuildNotifier/master/docs/TeamCity.png";
20+
public static final String DEFAULT_ICONURL = "https://raw.githubusercontent.com/PeteGoo/tcSlackBuildNotifier/master/docs/TeamCity72x72.png";
2121

2222

2323
private final FileWatcher myChangeObserver;

tcslackbuildnotifier-web-ui/src/main/resources/buildServerResources/SlackNotification/slackAdminSettings.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<td>
7070
<forms:textField name="iconUrl" value="${iconUrl}" style="width: 300px;" />
7171
<span class="smallNote">The url of the icon to appear beside your bot. You can leave this as the default or customize it to a png file.</span>
72-
<span class="smallNote">The default is <b>https://raw.githubusercontent.com/PeteGoo/tcSlackBuildNotifier/master/docs/TeamCity.png</b>
72+
<span class="smallNote">The default is <b>https://raw.githubusercontent.com/PeteGoo/tcSlackBuildNotifier/master/docs/TeamCity72x72.png</b>
7373
</td>
7474
</tr>
7575
<tr>

0 commit comments

Comments
 (0)