Skip to content

Commit

Permalink
fix: Update redirect_0accident1jeudenfant.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Hei authored Dec 18, 2023
1 parent 8f36de8 commit 1726ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/redirect_0accident1jeudenfant.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ContentLayout } from "../src/components/Layout";


export default function redirect_ios() {
const url = "https://startupdetat.typeform.com/to/kdw7bOcv";
const url = "https://forms.office.com/e/ggBEyZgdEk";
const router = useRouter();

useEffect(() => {
Expand All @@ -14,5 +14,5 @@ export default function redirect_ios() {
}, 200);
}, [router]);

return <ContentLayout title="Redirect">En route vers le questionnaire 1000 premiers jours...</ContentLayout>;
return <ContentLayout title="Redirect">En route vers le questionnaire 1000 premiers jours, 0 accident: un jeu d'enfant !</ContentLayout>;
}

0 comments on commit 1726ebb

Please sign in to comment.