Fix typo in install prompt message for PWA
This commit is contained in:
@@ -24,7 +24,7 @@ window.addEventListener("beforeinstallprompt", (e) => {
|
|||||||
box-shadow: 0 4px 10px rgba(0,0,0,0.3);
|
box-shadow: 0 4px 10px rgba(0,0,0,0.3);
|
||||||
z-index: 99999;
|
z-index: 99999;
|
||||||
">
|
">
|
||||||
<span style="font-size: 16px;">📱 Install <b>Quality App</b> App?</span><br>
|
<span style="font-size: 16px;">📱 Install <b>Quality</b> App?</span><br>
|
||||||
<button id="installBtn" style="
|
<button id="installBtn" style="
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
background: white;
|
background: white;
|
||||||
|
|||||||
Reference in New Issue
Block a user