diff --git a/index.html b/index.html
index da2b03c..50e2d0c 100644
--- a/index.html
+++ b/index.html
@@ -162,11 +162,6 @@
});
}
- // Show installation instructions only if accessed via browser
- if (window.matchMedia('(display-mode: browser)').matches) {
- document.getElementById('install-instructions').style.display = 'block';
- }
-
// Hide installation instructions once installed as standalone PWA
window.addEventListener('beforeinstallprompt', (event) => {
event.preventDefault(); // Prevent default browser prompt