diff --git a/ghost/admin/app/components/modals/newsletters/edit/design.hbs b/ghost/admin/app/components/modals/newsletters/edit/design.hbs
index 1fe23787ab..4ceb5c768c 100644
--- a/ghost/admin/app/components/modals/newsletters/edit/design.hbs
+++ b/ghost/admin/app/components/modals/newsletters/edit/design.hbs
@@ -119,33 +119,57 @@
{{#liquid-if isOpen}}
-
-
-
{{/liquid-if}}
@@ -175,7 +210,7 @@
{{#if (feature "audienceFeedback")}}
-
{{/if}}
diff --git a/ghost/core/core/shared/labs.js b/ghost/core/core/shared/labs.js
index b8b5dad99b..d6cc02e73c 100644
--- a/ghost/core/core/shared/labs.js
+++ b/ghost/core/core/shared/labs.js
@@ -38,7 +38,8 @@ const ALPHA_FEATURES = [
'lexicalEditor',
'websockets',
'webmentionEmails',
- 'stripeAutomaticTax'
+ 'stripeAutomaticTax',
+ 'makingItRain'
];
module.exports.GA_KEYS = [...GA_FEATURES];