Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
🩹 fix first install welcome link
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineKM committed Feb 13, 2022
1 parent f1ddfb4 commit 8078876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ const initFirstInstall = async () => {
// delay to let the app render
setTimeout(async () => {
window.open(
"https://onruntime.com/projects/instagram-dark-theme/welcome",
"https://onruntime.com/projects/instagram-dark/welcome",
"_blank"
);
if (loggingData) {
Expand Down

0 comments on commit 8078876

Please sign in to comment.