diff --git a/home/static/js/scripts.js b/home/static/js/scripts.js index eb8e832..8859407 100644 --- a/home/static/js/scripts.js +++ b/home/static/js/scripts.js @@ -23,6 +23,6 @@ document.addEventListener("DOMContentLoaded", function() { var targetMain = document.querySelector('#target-main'); navbarToggler.addEventListener('click', function() { - targetMain.classList.toggle('shows'); + targetMain.classList.toggle('show'); }); }); \ No newline at end of file