feat(#5): Improve styling and responsiveness

This commit is contained in:
Josh Creek
2022-10-08 16:20:26 +01:00
parent 43edb4062d
commit eb449b0e62
4 changed files with 285 additions and 33 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ export default function loadServiceWorker() {
let deferredPrompt;
window.addEventListener('beforeinstallprompt', (e) => {
const installApp = document.getElementById('install-offline-app');
const installApp = document.getElementById('install-app-btn-container');
installApp.addEventListener('click', async () => {
if (deferredPrompt !== null) {