diff --git a/public/index.html b/public/index.html index 2ee39d201..7fa5dfc92 100644 --- a/public/index.html +++ b/public/index.html @@ -2855,21 +2855,21 @@ - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/public/js/script.js b/public/js/script.js index 151ae17fc..438afe4e5 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -1597,7 +1597,7 @@ function calculateStats() { } function hideCrown() { - $("#result .stats .wpm .crownWrapper").css("opacity", 0).addClass('hidden'); + $("#result .stats .wpm .crown").css("opacity", 0).addClass('hidden'); } function showCrown() {