Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvantol committed Dec 14, 2023
1 parent e96dc2a commit 04c9ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ <h2>Todays Puzzle</h2>
if (star === 0) {
text += "black";
} else if (star === 1) {
text += "sliver";
text += "silver";
} else if (star === 2) {
text += "gold";
}
Expand Down

0 comments on commit 04c9ca4

Please sign in to comment.