Skip to content

Commit a04d99f

Browse files
authored
Banner: add link to Unhandled Rejections survey (#3336)
We're seeking input from the community on the longstanding unhandled rejections deprecation. The survey will run for ~2 weeks Ref: nodejs/TSC#902
1 parent 112882e commit a04d99f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ function getSource (callback) {
277277
link: '/en/black-lives-matter/'
278278
},
279279
banner: {
280-
visible: false,
281-
text: 'New security releases are available',
282-
link: '/en/blog/vulnerability/june-2020-security-releases/'
280+
visible: true,
281+
text: 'Help us decide the future of Unhandled Rejections',
282+
link: 'https://www.surveymonkey.com/r/FTJM7YD'
283283
}
284284
}
285285
}

0 commit comments

Comments
 (0)