From 794b1c4def7996b0f2e2d322ebb68957fc066b11 Mon Sep 17 00:00:00 2001 From: Mathias Date: Tue, 13 Jun 2023 20:24:48 +0200 Subject: [PATCH] fix: scroll to element not working due to a non existent id --- components/Footer/Newsletter.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Footer/Newsletter.js b/components/Footer/Newsletter.js index 7194cea..e142f0a 100644 --- a/components/Footer/Newsletter.js +++ b/components/Footer/Newsletter.js @@ -11,6 +11,7 @@ const Newsletter = ({ type = '' }) => { target="_blank" type={type} method="post" + id="listmonk-newsletter-form" > { type !== 'inline' &&

Subscribe to the Newsletter

} { type !== 'inline' &&

Don't miss the next update. Drop your email below and get it straight in your inbox.

}