diff --git a/index.html b/index.html index 86dd74f..3d12570 100644 --- a/index.html +++ b/index.html @@ -189,6 +189,9 @@ // Hide the installation button once the app is installed document.getElementById('installButton').style.display = 'none'; + + // Hide the installation instructions once the app is installed + document.getElementById('install-instructions').style.display = 'none'; } // Show installation instructions only if app is not already installed