From e44610f1d02e53404b99b2a23a3feb0fcaeb1eba Mon Sep 17 00:00:00 2001 From: Sem Bauke <46919888+Sembauke@users.noreply.github.com> Date: Sat, 25 Sep 2021 01:54:24 +0200 Subject: [PATCH] chore: remove coder survey text (#43559) --- client/i18n/locales/english/translations.json | 3 +-- client/src/components/Intro/index.js | 9 --------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/client/i18n/locales/english/translations.json b/client/i18n/locales/english/translations.json index c5803469d0..3aa64e0ae1 100644 --- a/client/i18n/locales/english/translations.json +++ b/client/i18n/locales/english/translations.json @@ -286,8 +286,7 @@ "preview": "Preview" }, "help-translate": "We are still translating the following certifications.", - "help-translate-link": "Help us translate.", - "coder-survey": "<0>Take the 2021 New Coder Survey (it takes about 10 minutes – do it for science)" + "help-translate-link": "Help us translate." }, "donate": { "title": "Support our nonprofit", diff --git a/client/src/components/Intro/index.js b/client/src/components/Intro/index.js index f5ffb701d6..65f25076c3 100644 --- a/client/src/components/Intro/index.js +++ b/client/src/components/Intro/index.js @@ -57,15 +57,6 @@ function Intro({ )} -
- - - Take the 2021 New Coder Survey - {' '} - (it takes about 10 minutes – do it for science) - -
-