From 9f7c8354428a7b6e375f88ef33722b9487926ce0 Mon Sep 17 00:00:00 2001 From: Benjamin Guedj Date: Mon, 1 Apr 2024 12:33:07 +0200 Subject: [PATCH] fix: update zeroAccident app url (iOS and Android) --- pages/redirect_app_zero_accident.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/redirect_app_zero_accident.js b/pages/redirect_app_zero_accident.js index d097520..e4d08c4 100644 --- a/pages/redirect_app_zero_accident.js +++ b/pages/redirect_app_zero_accident.js @@ -6,9 +6,9 @@ import { isIOS } from "../src/utils/utils"; export default function Redirect_AppZeroAccident() { const zeroAccidentAppUrlAndroid = - "https://play.google.com/store/apps/details?id=com.fabrique.millejours"; + "https://play.google.com/store/apps/details?id=com.Virtualys.ZeroAccidentUnJeuDEnfant"; const zeroAccidentHttpsiOSAppUrl = - "https://apps.apple.com/us/app/1000-premiers-jours/id1573729958"; + "https://apps.apple.com/us/app/z%C3%A9ro-accident-un-jeu-denfant/id6474536511"; const [isRunningOnIOS, setIsRunningOnIOS] = useState(null);