Skip to content

Commit

Permalink
Fix app link
Browse files Browse the repository at this point in the history
  • Loading branch information
pcprince committed Sep 15, 2023
1 parent a3bdda8 commit d83f422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5011,7 +5011,7 @@ launchAppLink.addEventListener('click', () => {

} else {

window.open('https://playground.openacousticdevices.info/?app=true', 'window' + popupCount++, features);
window.open('https://play.openacousticdevices.info/?app=true', 'window' + popupCount++, features);

}

Expand Down

0 comments on commit d83f422

Please sign in to comment.