diff --git a/lib/features.js b/lib/features.js index 97db9fc3..e9d0026c 100644 --- a/lib/features.js +++ b/lib/features.js @@ -135,7 +135,7 @@ var flags = { // top introduction view with help and features of JS Bin welcomePanel: function (req) { - return team(req); + return alpha(req); }, };