Skip to content

Commit 99ebaa4

Browse files
bjlaadependabot[bot]Clemogpaulsouchegithub-advanced-security[bot]
authored
🔖 Release 2.26.5 (#1215)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Clément <55186402+Clemog@users.noreply.github.com> Co-authored-by: Paul Souche <paul@bettercallpaul.fr> Co-authored-by: Clément <clem.auger@hotmail.fr> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: Benjamin Arias <12382534+bjlaa@users.noreply.github.com> Co-authored-by: Bot Incubateur Ademe <153178900+incubateur-ademe-admin@users.noreply.github.com>
1 parent 7ffec8b commit 99ebaa4

File tree

24 files changed

+48
-94
lines changed

24 files changed

+48
-94
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nosgestesclimat-site-nextjs",
33
"license": "MIT",
4-
"version": "2.26.4",
4+
"version": "2.26.5",
55
"description": "The leading open source climate footprint calculator",
66
"repository": {
77
"type": "git",

‎src/app/[locale]/(narrow-layout)/(pages-statiques)/contact/page.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default async function Contact({ params }: DefaultPageProps) {
5454

5555
<Image
5656
className="max-w-[50vw] self-start"
57-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/delivering_mail_196f6dee24.png"
57+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/medium_delivering_mail_b981de31a3.png"
5858
width="300"
5959
height="400"
6060
alt={t(

‎src/app/[locale]/(narrow-layout)/(pages-statiques)/international/page.tsx‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default async function International({ params }: DefaultPageProps) {
4141
/>
4242

4343
<Image
44-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/international_illustration_a376930f53.jpeg"
44+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/medium_international_illustration_b4030014c1.jpeg"
4545
alt=""
4646
className="mx-auto max-w-12 py-8 md:hidden"
4747
width="100"
@@ -66,7 +66,7 @@ export default async function International({ params }: DefaultPageProps) {
6666
</div>
6767

6868
<Image
69-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/international_illustration_a376930f53.jpeg"
69+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/medium_international_illustration_b4030014c1.jpeg"
7070
alt=""
7171
aria-hidden="true"
7272
className="mx-auto hidden max-w-md p-8 md:block"
@@ -110,7 +110,7 @@ export default async function International({ params }: DefaultPageProps) {
110110
target="_blank">
111111
<Image
112112
alt="Electricity Maps"
113-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/electricitymaps_469ea4068b.svg"
113+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/electricitymaps_4108b9d71a.svg"
114114
className="ml-2 h-4"
115115
width="100"
116116
height="100"

‎src/app/[locale]/(narrow-layout)/(pages-statiques)/questions-frequentes/page.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default async function FAQPage({
8888

8989
<Image
9090
className="-mt-4 ml-auto w-48 self-start md:w-full"
91-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/children_holding_hand_92205645da.png"
91+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/medium_children_holding_hand_6951392e78.png"
9292
width="300"
9393
height="400"
9494
alt={t("Des enfants sortant de l'école en se tenant la main.")}

‎src/app/[locale]/(narrow-layout)/nouveautes/page.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default async function Releases({ params }: DefaultPageProps) {
5454

5555
<Image
5656
className="ml-auto w-32 md:-mt-4 md:w-48"
57-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/girl_cooking_0ec332454e.png"
57+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/medium_girl_cooking_fa71604f8d.png"
5858
width="200"
5959
height="400"
6060
alt={t('Une femme préparant un bon petit plat.')}

‎src/app/[locale]/(simulation)/(large-layout)/actions/_components/actionsContent/Actions.tsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export default function Actions({
116116
<div className="my-4 h-8 w-full text-center">
117117
<p className="bg-primary-700 inline-flex items-center rounded-full px-4 text-sm font-medium text-white">
118118
<Image
119-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/270_A_0f004e2cbf.svg"
119+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/270_A_cc8d6cb2b7.svg"
120120
className="mr-2 align-middle invert"
121121
height={36}
122122
width={36}
@@ -139,7 +139,7 @@ export default function Actions({
139139
<div className="my-4 h-8 w-full text-center">
140140
<p className="bg-primary-700 inline-flex items-center rounded-full px-4 text-sm font-medium text-white">
141141
<Image
142-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/26_D4_ca89de0959.svg"
142+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/26_D4_0bb5aeaf38.svg"
143143
className="mr-2 invert"
144144
height={36}
145145
width={36}

‎src/app/[locale]/(simulation)/(large-layout)/classements/_components/Organisations.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default function Organisations() {
3838
</div>
3939
<Image
4040
className="-mt-12 mb-12 w-60 self-start md:w-80"
41-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/people_with_paperboard_02aeb70378.png"
41+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/medium_people_with_paperboard_9c8d47f4b3.png"
4242
width="380"
4343
height="400"
4444
alt={t('Un groupe de personnes discutant devant un paperboard.')}

‎src/app/[locale]/(simulation)/(large-layout)/organisations/[orgaSlug]/_components/myPolls/AddPollCard.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function AddPollCard({ hasNoPollsYet }: Props) {
3333
<div className="mb-6 flex flex-1 items-center justify-center">
3434
<Image
3535
className="self-start"
36-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/people_raising_arm_b82c24ce29.png"
36+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/medium_people_raising_arm_fe915601cd.png"
3737
width="200"
3838
height="400"
3939
alt={t(

‎src/app/[locale]/(simulation)/(large-layout)/organisations/_components/HeroSection.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function HeroSection() {
4747
<div>
4848
<Image
4949
className="self-start"
50-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/people_with_paperboard_02aeb70378.png"
50+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/medium_people_with_paperboard_9c8d47f4b3.png"
5151
width="400"
5252
height="400"
5353
alt={t('Groupe de personnes devant un paperboard')}

‎src/app/[locale]/(simulation)/(large-layout)/organisations/_components/IllustratedPointsList.tsx‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ export default function IllustratedPointsList({ locale }: { locale: string }) {
2828
</div>
2929

3030
<div className="mx-auto flex max-w-full items-end overflow-hidden rounded-xl bg-gray-100 px-6 pt-6 md:w-[26rem]">
31-
<div className="mx-auto mt-4 flex items-end rounded-t-md bg-white p-4 pb-0 shadow-xs">
31+
<div className="shadow-xs mx-auto mt-4 flex items-end rounded-t-md bg-white p-4 pb-0">
3232
<Image
33-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/tutoriel_276d608be8.png"
33+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/medium_tutoriel_276d608be8.png"
3434
width="300"
3535
height="200"
3636
alt=""
@@ -67,7 +67,7 @@ export default function IllustratedPointsList({ locale }: { locale: string }) {
6767
<div className="mx-auto flex max-w-full items-end overflow-hidden rounded-xl bg-gray-100 px-6 pt-6 md:w-[26rem]">
6868
<div className="w-full">
6969
<Image
70-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/orga_visuel_2_43f01617de.png"
70+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/medium_orga_visuel_2_43f01617de.png"
7171
width="360"
7272
height="500"
7373
alt=""

0 commit comments

Comments
 (0)