Skip to content

Commit

Permalink
fix: Mise en place du nouveau formulaire ZeroAccident (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
benguedj authored Sep 4, 2024
1 parent 07c749b commit 85f9211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/redirect_0accident1jeudenfant.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React, { useEffect } from "react";
import { ContentLayout } from "../src/components/Layout";

export default function Redirect_ZeroAccident() {
const url = "https://forms.office.com/e/ggBEyZgdEk";
const url = "https://tally.so/r/mBDz14";
const router = useRouter();

useEffect(() => {
Expand Down

0 comments on commit 85f9211

Please sign in to comment.