✏️ Added Discord to README

🐛 Fixed PWA button
This commit is contained in:
Liyas Thomas
2019-09-21 08:35:46 +05:30
parent ad41d265b3
commit 2878207170
4 changed files with 8 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ export default () => {
// Show the install button if the prompt appeared.
if (!pwaInstalled) {
document.querySelector('#installPWA').style.display = 'block';
document.querySelector('#installPWA').style.display = 'inline-flex';
}
});