Skip to content

Commit

Permalink
Updated Icon and Application Name
Browse files Browse the repository at this point in the history
  • Loading branch information
chialejing committed Mar 28, 2018
1 parent d8178e0 commit ac4567a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/ui/UiManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class UiManager extends ComponentManager implements Ui {
public static final String FILE_OPS_ERROR_DIALOG_CONTENT_MESSAGE = "Could not save data to file";

private static final Logger logger = LogsCenter.getLogger(UiManager.class);
private static final String ICON_APPLICATION = "/images/address_book_32.png";
private static final String ICON_APPLICATION = "/images/pawprint.png";

private Logic logic;
private Config config;
Expand Down
Binary file added src/main/resources/images/pawprint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac4567a

Please sign in to comment.