Skip to content

Commit

Permalink
fix: update zeroAccident app url (iOS and Android)
Browse files Browse the repository at this point in the history
  • Loading branch information
benguedj committed Apr 1, 2024
1 parent 7902f51 commit 9f7c835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/redirect_app_zero_accident.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 9f7c835

Please sign in to comment.