Skip to content

Commit 7ffec8b

Browse files
bjlaaClemogdependabot[bot]paulsouchegithub-advanced-security[bot]
authored
🔖 Release 2.26.4 (#1206)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Clément <clem.auger@hotmail.fr> 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: 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 9a8a179 commit 7ffec8b

File tree

41 files changed

+95
-81
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+95
-81
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.3",
4+
"version": "2.26.4",
55
"description": "The leading open source climate footprint calculator",
66
"repository": {
77
"type": "git",

‎scalingo.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/Scalingo/developers-documentation/refs/heads/master/scalingo.schema.json",
33
"name": "nosgestesclimat-site",
4-
"logo": "https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/petit_logo_0fca985734.png",
4+
"logo": "https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/petit_logo_006dd01955.png",
55
"repository": "https://github.com/incubateur-ademe/nosgestesclimat-site-nextjs",
66
"website": "https://nosgestesclimat.fr",
77
"formation": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default async function OurPartners({
108108
alt={t(
109109
'Un grand-père et sa petite-fille au cinéma, mangeant du pop-corn.'
110110
)}
111-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/at_the_cinema_b6daa5ffb0.svg"
111+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/at_the_cinema_b2d25b4202.svg"
112112
/>
113113
</div>
114114

@@ -144,7 +144,7 @@ export default async function OurPartners({
144144
className="bg-primary-50 flex flex-col justify-between border-none no-underline"
145145
target="_blank">
146146
<Image
147-
src={partner.imageSrc}
147+
src={partner.imageSrc.trim()}
148148
width="100"
149149
height="100"
150150
className="mx-auto mb-4 h-36 w-2/3 object-contain"

‎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
@@ -45,7 +45,7 @@ export default async function FAQPage({
4545
'@type': 'Organization',
4646
url: 'https://nosgestesclimat.fr',
4747
name: 'Nos Gestes Climat',
48-
logo: 'https://nosgestesclimat.fr/_next/image?url=%2Fimages%2Fmisc%2Fpetit-logo%403x.png&w=640&q=75',
48+
logo: 'https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/petit_logo_006dd01955.png',
4949
},
5050
{
5151
'@context': 'https://schema.org',

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

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

5555
<Image
5656
className="w-60 self-start md:-mt-12 md:w-80"
57-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/people_playing_54d067d915.png"
57+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/medium_people_playing_6e045e4217.png"
5858
width="380"
5959
height="400"
6060
alt={t("Un groupe d'amis jouant à un jeu de société.")}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function IllustratedPointsList({ locale }: { locale: string }) {
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]">
3131
<div className="mx-auto mt-4 flex items-end rounded-t-md bg-white p-4 pb-0 shadow-xs">
3232
<Image
33-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/tutoriel_7c9d75e8b1.png"
33+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/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_865f6fdd88.png"
70+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/orga_visuel_2_43f01617de.png"
7171
width="360"
7272
height="500"
7373
alt=""

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default function VisuelIframe() {
66
<div className="absolute -bottom-[8%] left-[-16%] flex w-full -rotate-[15deg] items-end rounded-t-md bg-white p-2 pb-0 shadow-md">
77
<Image
88
className="rounded-xs"
9-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/orga_visuel_3_f0c54b5878.png"
9+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/orga_visuel_3_2f5ec010f4.png"
1010
width="300"
1111
height="200"
1212
alt=""
@@ -16,7 +16,7 @@ export default function VisuelIframe() {
1616
<div className="absolute right-[-16%] -bottom-[8%] flex w-full rotate-[15deg] items-end rounded-t-md bg-white p-2 pb-0 shadow-md">
1717
<Image
1818
className="rounded-xs"
19-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/orga_visuel_3_f0c54b5878.png"
19+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/orga_visuel_3_2f5ec010f4.png"
2020
width="300"
2121
height="200"
2222
alt=""
@@ -26,7 +26,7 @@ export default function VisuelIframe() {
2626
<div className="absolute bottom-0 left-1/2 flex w-full -translate-x-1/2 items-end rounded-t-md bg-white p-2 pb-0 shadow-md">
2727
<Image
2828
className="rounded-xs"
29-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/orga_visuel_3_f0c54b5878.png"
29+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/orga_visuel_3_2f5ec010f4.png"
3030
width="260"
3131
height="200"
3232
alt=""

‎src/app/[locale]/(simulation)/(large-layout-nosticky)/fin/_components/TallyForm.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ declare global {
2323
}
2424
}
2525

26-
const SHOW_POPUP_TIMEOUT = 5000
26+
const SHOW_POPUP_TIMEOUT = 10_000
2727
const TALLY_SEEN_KEY = 'tally-seen'
2828

2929
export default function TallyForm() {

‎src/app/[locale]/(simulation)/simulateur/[root]/_components/simulateur/summary/CategoryIllustration.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function CategoryIllustration({
3131
}
3232
case 'logement':
3333
return {
34-
src: 'https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/girl_reading_newspaper_d9b25f4338.png',
34+
src: 'https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/girl_reading_newspaper_d171290d3d.png',
3535
alt: t('Une fille qui lit un journal'),
3636
className: 'min-w-[200px]',
3737
}

‎src/app/[locale]/(thematic-landing-pages)/[landingPageSlug]/page.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default async function ThematicLandingPage({
9696
'@type': 'Organization',
9797
url: 'https://nosgestesclimat.fr',
9898
name: 'Nos Gestes Climat',
99-
logo: 'https://nosgestesclimat.fr/_next/image?url=%2Fimages%2Fmisc%2Fpetit-logo%403x.png&w=640&q=75',
99+
logo: 'https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/petit_logo_006dd01955.png',
100100
},
101101

102102
{

0 commit comments

Comments
 (0)