Skip to content

Commit

Permalink
feat: add english act images (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Catinaud Taris <[email protected]>
  • Loading branch information
2 people authored and gmguarino committed Oct 13, 2024
1 parent 9b2dd2e commit dd0b711
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions messages/en/pages/act.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"title": "I leave salmon off my plate",
"content": "Ready to set out to leave salmon in the oceans and rivers? <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/5kNG7BDeZBQmq6vY9",
"image": "/images/act/no-eat-salmon.jpeg"
"target": "https://forms.gle/5kNG7BDeZBQmq6vY9"
},
"report": {
"title": "Educate yourself and share to act better",
Expand Down
3 changes: 1 addition & 2 deletions messages/fr/pages/act.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"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é !",
"link": "Je participe",
"target": "https://forms.gle/5kNG7BDeZBQmq6vY9",
"image": "/images/act/citizens.jpg"
"target": "https://forms.gle/5kNG7BDeZBQmq6vY9"
},
"report": {
"title": "S'éduquer et transmettre pour mieux agir",
Expand Down
Binary file added public/images/act/citizens-en.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added public/images/act/stop-industry-en.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added public/images/act/support-seastemik-en.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
6 changes: 3 additions & 3 deletions src/app/[locale]/to-act/act.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Act = () => {
contentPosition="right"
mode="light"
image={{
src: "/images/act/stop-industry.jpg",
src: `/images/act/stop-industry-${locale}.jpg`,
}}
/>

Expand All @@ -63,7 +63,7 @@ const Act = () => {
contentPosition="right"
mode="light"
image={{
src: t("eat.image"),
src: `/images/act/citizens-${locale}.jpg`,
}}
/>

Expand Down Expand Up @@ -92,7 +92,7 @@ const Act = () => {
contentPosition="right"
mode="light"
image={{
src: "/images/act/support-seastemik.jpg",
src: `/images/act/support-seastemik-${locale}.jpg`,
}}
/>

Expand Down

0 comments on commit dd0b711

Please sign in to comment.