Skip to content

Commit f91f332

Browse files
authored
back to block
it's positioned absolutely, so this change had no effect
1 parent 4e67c82 commit f91f332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

a2hs/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ window.addEventListener('beforeinstallprompt', (e) => {
3030
// Stash the event so it can be triggered later.
3131
deferredPrompt = e;
3232
// Update UI to notify the user they can add to home screen
33-
addBtn.style.display = 'inline-block';
33+
addBtn.style.display = 'block';
3434

3535
addBtn.addEventListener('click', () => {
3636
// hide our user interface that shows our A2HS button

0 commit comments

Comments
 (0)