Skip to content

Commit 6ece3ec

Browse files
committed
upgrade the game name for better performance
1 parent cb286b1 commit 6ece3ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/main.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import "./style.css";
22

33
const app: HTMLDivElement = document.querySelector("#app")!;
44

5-
const gameName = "My game";
6-
5+
const gameName = "My amazing game";
76
document.title = gameName;
87

98
const header = document.createElement("h1");

0 commit comments

Comments
 (0)