Skip to content

Commit

Permalink
Update app title and README.md, add CodeCov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
sunzihan23 committed Oct 16, 2023
1 parent 9170931 commit 1c703cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![CI Status](https://github.com/AY2324S1-CS2103T-W15-4/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2324S1-CS2103T-W15-4/tp/actions)
[![codecov](https://codecov.io/gh/AY2324S1-CS2103T-W15-4/tp/graph/badge.svg?token=6MDQ56W5QU)](https://codecov.io/gh/AY2324S1-CS2103T-W15-4/tp)

![Ui](docs/images/Ui.png)

Expand Down
Binary file modified docs/images/Ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/resources/view/MainWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<?import javafx.scene.layout.VBox?>

<fx:root type="javafx.stage.Stage" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1"
title="Address App" minWidth="450" minHeight="600" onCloseRequest="#handleExit">
title="CodeSphere" minWidth="450" minHeight="600" onCloseRequest="#handleExit">
<icons>
<Image url="@/images/address_book_32.png" />
</icons>
Expand Down

0 comments on commit 1c703cd

Please sign in to comment.