From 57f57578216eb3b3829a631fa4c0ed02ff0b1d44 Mon Sep 17 00:00:00 2001 From: Leon Anneken <83974950+leontm-dev@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:02:19 +0200 Subject: [PATCH] Updated link --- src/index/script.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index/script.js b/src/index/script.js index 2eb6f1f..e69155c 100644 --- a/src/index/script.js +++ b/src/index/script.js @@ -1,6 +1,5 @@ window.onload = () => { setTimeout(() => { - window.location.href = - "https://whatsapp.com/channel/0029VaCUqArLCoWtu7qF1I18"; + window.location.href = "https://apps.apple.com/de/app/finda/id6466799337"; }, 1000); };