diff --git a/src/components/client/index/sections/SubscriptionSection/SubscriptionSection.tsx b/src/components/client/index/sections/SubscriptionSection/SubscriptionSection.tsx
index c003c44ce..0256dc54c 100644
--- a/src/components/client/index/sections/SubscriptionSection/SubscriptionSection.tsx
+++ b/src/components/client/index/sections/SubscriptionSection/SubscriptionSection.tsx
@@ -32,9 +32,15 @@ const SubscriptionSection = () => {
textAlign: 'center',
}}>
{t('index:subscription-section.heading')}
- {t('index:subscription-section.content')}
+
+ {t('index:subscription-section.content')}
+
{subscribeIsOpen && }
-
+
{
{t('campaigns:cta.subscribe-monthly-newsletter')}
- {t('campaigns:cta.subscribe-general-monthly-newsletter')}
- setSubscribeOpen(true)}
- variant="contained">
+
+ {t('campaigns:cta.subscribe-general-monthly-newsletter')}
+
+ setSubscribeOpen(true)} variant="contained">
{t('campaigns:cta.subscribe-general-newsletter-button')}