Skip to content

Commit 4766f38

Browse files
committed
Change injected project URL on vanilla page
1 parent fe5ac12 commit 4766f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

share/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
actionBtn.textContent = "Open in App";
2828

2929
const installContainer = document.createElement('div');
30-
installContainer.innerHTML = '<a href="https://github.com/nichu42/boxviewer" class="install-link">Get BoxViewer on GitHub &rarr;</a>';
30+
installContainer.innerHTML = '<a href="https://boxviewer.app" class="install-link">Get BoxViewer</a>';
3131
actionBtn.parentNode.insertBefore(installContainer, actionBtn.nextSibling);
3232
}, 2500);
3333
} else {

0 commit comments

Comments
 (0)