Skip to content

Commit

Permalink
feat: add google form
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Catinaud Taris committed Oct 9, 2024
1 parent a139d73 commit 1ba0c76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion messages/en/pages/act.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
},
"eat": {
"title": "I leave salmon off my plate",
"content": "Ready to set out to leave salmon in the oceans and rivers? “Together, we are an immense force”.<br />What objective seems achievable to you? Leave it in our intention box to help the community grow!"
"content": "Ready to set out to leave salmon in the oceans and rivers? “Together, we are an immense force”.<br />What objective seems achievable to you? Leave it in our intention box to help the community grow!",
"link": "I'm participating",
"target": "https://forms.gle/c6fGdknx8jr4rmq96"
},
"report": {
"title": "Educate yourself and share to act better",
Expand Down
4 changes: 3 additions & 1 deletion messages/fr/pages/act.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
},
"eat": {
"title": "Je laisse les saumons en dehors de mon assiette",
"content": "Prêt·e·s à se mettre en chemin pour laisser les saumons dans les océans et les rivières ? Quel objectif vous semble atteignable ? Laissez-le nous dans notre boîte à intentions pour faire grandir la communauté !"
"content": "Prêt·e·s à se mettre en chemin pour laisser les saumons dans les océans et les rivières ? Quel objectif vous semble atteignable ? Laissez-le nous dans notre boîte à intentions pour faire grandir la communauté !",
"link": "Je participe",
"target": "https://forms.gle/c6fGdknx8jr4rmq96"
},
"report": {
"title": "S'éduquer et transmettre pour mieux agir",
Expand Down
2 changes: 2 additions & 0 deletions src/app/[locale]/to-act/act.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ const Act = () => {
title={t("eat.title")}
titleLevel="h2"
content={t("eat.content")}
linkLabel={t("eat.link")}
link={t("eat.target")}
className="bg-pink1"
contentPosition="right"
mode="light"
Expand Down

0 comments on commit 1ba0c76

Please sign in to comment.