From 6542a6775a364ae972e596ae8aa970894cf0c0ff Mon Sep 17 00:00:00 2001 From: Betty Becuwe Date: Thu, 12 Sep 2024 11:43:23 +0200 Subject: [PATCH 1/2] fix: update titles --- package.json | 2 +- public/index.html | 2 +- src/App.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f87dcca..fad301f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "colempub", - "version": "1.0.10", + "version": "1.0.11", "dependencies": { "axios": "^0.19.2", "bootstrap": "^3.3.7", diff --git a/public/index.html b/public/index.html index 1100600..3a7eb1e 100644 --- a/public/index.html +++ b/public/index.html @@ -20,7 +20,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - Les enquêtes de l'Insee auprès des particuliers + Répondre à une enquête de la statistique publique diff --git a/src/App.js b/src/App.js index a4bffb8..9f28b67 100644 --- a/src/App.js +++ b/src/App.js @@ -37,10 +37,10 @@ class App extends Component { return ( <> - {`Répondre à une enquête internet de l’Insee`} + {`Répondre à une enquête de la statistique publique`} From 5b02f0ca81faa3aaa1e3c32daf69829b4fe95e66 Mon Sep 17 00:00:00 2001 From: Betty Becuwe Date: Mon, 14 Oct 2024 11:05:22 +0200 Subject: [PATCH 2/2] feat: update idec length max for familles survey --- package.json | 2 +- src/utils/properties.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fad301f..98259f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "colempub", - "version": "1.0.11", + "version": "1.0.12", "dependencies": { "axios": "^0.19.2", "bootstrap": "^3.3.7", diff --git a/src/utils/properties.js b/src/utils/properties.js index 2b4b23f..538a2a6 100644 --- a/src/utils/properties.js +++ b/src/utils/properties.js @@ -1,6 +1,6 @@ export const idecLengthMin = 7; -export const idecLengthMax = 8; +export const idecLengthMax = 9; export const LONGUEUR_MINIMALE_PASSWORD_POLITIQUE_INSEE = 8;