From 80788769bf6c970377be127f078f1d4f435b9979 Mon Sep 17 00:00:00 2001 From: Antoine Kingue Date: Sun, 13 Feb 2022 21:51:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix=20first=20install=20welcome?= =?UTF-8?q?=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index 642f83c..4d51eeb 100644 --- a/js/app.js +++ b/js/app.js @@ -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) {