Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RasperRevision authored Mar 20, 2024
1 parent ceba938 commit 0c9faca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ <h1 class="welcome_title pt-5 m-0 text-center"></h1>
}
} else if (subject_chosen == "History") {
history_topic_parent.classList.add('d-none');
if (topic_chosen == "Cold war") {
if (topic_chosen == "Cold War") {
blank_game.classList.add('d-none');
topic_chosen = "cold_war";
}
Expand Down

0 comments on commit 0c9faca

Please sign in to comment.