Skip to content

Commit

Permalink
Updated pause buttons on about, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerie committed Nov 9, 2024
1 parent 40f776e commit 3dc4a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h1 style="display: inline">
document.getElementById("aboutpauseBtn").innerText = "⏸";
} else {
bgVideo.pause();
document.getElementById("aboutpauseBtn").innerText = "";
document.getElementById("aboutpauseBtn").innerText = "";
}
};

Expand Down

0 comments on commit 3dc4a1f

Please sign in to comment.