File tree 1 file changed +1
-15
lines changed
client/src/ui/molecules/document-survey
1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 1
1
import { Doc } from "../../../../../libs/types/document" ;
2
- import { survey_duration , survey_rates } from "../../../env" ;
3
2
4
3
export interface Survey {
5
4
key : SurveyKey ;
@@ -48,17 +47,4 @@ enum SurveyKey {
48
47
DISCOVERABILITY_AUG_2023 = "DISCOVERABILITY_AUG_2023" ,
49
48
}
50
49
51
- export const SURVEYS : Survey [ ] = [
52
- {
53
- key : SurveyKey . DE_LOCALE_2024 ,
54
- bucket : SurveyBucket . DE_LOCALE_2024 ,
55
- show : ( ) => ( navigator ?. language || "" ) . startsWith ( "de" ) ,
56
- src : "https://survey.alchemer.com/s3/7881145/MDN-German-Locale-Survey" ,
57
- teaser : "Wie wär’s, wenn MDN auf Deutsch verfügbar wäre?" ,
58
- question : "Welche Sprache würdest du dann benutzen?" ,
59
- footnote :
60
- "You're seeing this survey, because your browser indicates German as your preferred language." ,
61
- ...survey_duration ( SurveyBucket . DE_LOCALE_2024 ) ,
62
- ...survey_rates ( SurveyKey . DE_LOCALE_2024 ) ,
63
- } ,
64
- ] ;
50
+ export const SURVEYS : Survey [ ] = [ ] ;
You can’t perform that action at this time.
0 commit comments