Skip to content

Commit a4605e4

Browse files
authored
Update scripts.js
Add exclamation point at line 19 in scripts.js.
1 parent 61a1d08 commit a4605e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function setSeason() {
1616
let season = document.getElementById("season");
1717
let result = getTime();
1818

19-
season.textContent = `It's ${SEASONS[result]}`;
19+
season.textContent = `It's ${SEASONS[result]}!`;
2020
document.title = `It's ${SEASONS[result]} in FH4!`;
2121
document.body.style.backgroundImage = `url(images/${result}.jpg)`;
2222
}

0 commit comments

Comments
 (0)