fix(pwa): added PWAInstallTutorial to handle pwa install instructions
Some checks failed
Deploy to Development / build-and-deploy (push) Failing after 36s
Deploy to Production / build-and-deploy (push) Successful in 1m48s

This commit is contained in:
EvanChal
2026-01-26 22:08:57 +01:00
parent 02a54f5625
commit d63f2f9f51
12 changed files with 24 additions and 3 deletions

View File

@@ -95,3 +95,4 @@ self.addEventListener('push', (event) => {
)
})