We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e67c82 commit f91f332Copy full SHA for f91f332
a2hs/index.js
@@ -30,7 +30,7 @@ window.addEventListener('beforeinstallprompt', (e) => {
30
// Stash the event so it can be triggered later.
31
deferredPrompt = e;
32
// Update UI to notify the user they can add to home screen
33
- addBtn.style.display = 'inline-block';
+ addBtn.style.display = 'block';
34
35
addBtn.addEventListener('click', () => {
36
// hide our user interface that shows our A2HS button
0 commit comments