Skip to content

Commit 9d79f58

Browse files
committed
Update app.js
1 parent 00efb99 commit 9d79f58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pwa-pwastore/app.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ wamiBtn.addEventListener('click', async () => {
4949
});
5050

5151
appTitleBtn.addEventListener('click', async () => {
52-
let installation = await navigator.install('https://microsoftedge.github.io/Demos/app-title/',
53-
'https://microsoftedge.github.io/Demos/app-title/');
52+
let installation = await navigator.install('https://microsoftedge.github.io/Demos/pwa-application-title/', 'https://microsoftedge.github.io/Demos/pwa-application-title/');
5453
});
5554

5655

0 commit comments

Comments
 (0)