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 17, 2024
1 parent c679760 commit 55b900a
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 @@ -165,7 +165,7 @@ <h1 class="welcome_title pt-5 m-0 text-center"></h1>
topics.forEach(function (topic) {
topic.addEventListener('click', function () {
topic_chosen = topic.innerHTML;
title.innerHTML = "Select a game";
title.innerHTML = "Select an activity";
game_parent.classList.remove('d-none');
if (subject_chosen == "Music") {
music_topic_parent.classList.add('d-none');
Expand Down

0 comments on commit 55b900a

Please sign in to comment.