diff --git a/index.html b/index.html index b03116f..86dd74f 100644 --- a/index.html +++ b/index.html @@ -95,16 +95,16 @@ -

EUR-DZD

+

Exchange Rate Calculator

- +

For the best experience, add this web app to your home screen:

1. Tap the Share button.

2. Tap Add to Home Screen.

- +
@@ -189,11 +189,11 @@ // Hide the installation button once the app is installed document.getElementById('installButton').style.display = 'none'; + } - // Show installation instructions only if app is not already installed - if (!window.matchMedia('(display-mode: standalone)').matches) { - document.getElementById('install-instructions').style.display = 'block'; - } + // Show installation instructions only if app is not already installed + if (!window.matchMedia('(display-mode: standalone)').matches) { + document.getElementById('install-instructions').style.display = 'block'; }