Skip to content

Commit

Permalink
Merge pull request #132 from ryanchua00/branch-Help
Browse files Browse the repository at this point in the history
Change App Icon
  • Loading branch information
bryanongjx authored Mar 30, 2023
2 parents 4e8d96f + a028dab commit 6e5e2c1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified docs/2103UG.pptx
Binary file not shown.
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 @@ -20,7 +20,7 @@ public class UiManager implements Ui {
public static final String ALERT_DIALOG_PANE_FIELD_ID = "alertDialogPane";

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

private Logic logic;
private MainWindow mainWindow;
Expand Down
Binary file added src/main/resources/images/FishAhoyIcon.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 6e5e2c1

Please sign in to comment.