From ae06873ff52d39189a2ec792bd868c7a7c56547d Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Fri, 4 Apr 2025 15:53:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=94(frontend)=20update=20feedback=20fo?= =?UTF-8?q?rm's=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gregoire reworked our framework on user feedbacks. Update the Grist form's URL. --- src/frontend/src/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/utils/constants.ts b/src/frontend/src/utils/constants.ts index 98b55767..38b5ffb4 100644 --- a/src/frontend/src/utils/constants.ts +++ b/src/frontend/src/utils/constants.ts @@ -1,5 +1,5 @@ export const GRIST_FEEDBACKS_FORM = - 'https://grist.numerique.gouv.fr/o/docs/forms/1YrfNP1QSSy8p2gCxMFnSf/4' as const + 'https://grist.numerique.gouv.fr/o/docs/cbMv4G7pLY3Z/USER-RESEARCH-or-LA-SUITE/f/26' as const export const BETA_USERS_FORM_URL = 'https://grist.numerique.gouv.fr/o/docs/forms/3fFfvJoTBEQ6ZiMi8zsQwX/17' as const