Skip to content

Commit

Permalink
Update to the 72x72 TeamCity logo by default
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteGoo committed Apr 25, 2016
1 parent 9b4adba commit c90d063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

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


private final FileWatcher myChangeObserver;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<td>
<forms:textField name="iconUrl" value="${iconUrl}" style="width: 300px;" />
<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>
<span class="smallNote">The default is <b>https://raw.githubusercontent.com/PeteGoo/tcSlackBuildNotifier/master/docs/TeamCity.png</b>
<span class="smallNote">The default is <b>https://raw.githubusercontent.com/PeteGoo/tcSlackBuildNotifier/master/docs/TeamCity72x72.png</b>
</td>
</tr>
<tr>
Expand Down

0 comments on commit c90d063

Please sign in to comment.