diff --git a/components/NewsletterSubscribe.js b/components/NewsletterSubscribe.js index 524dd3c9e8be..9268783713c0 100644 --- a/components/NewsletterSubscribe.js +++ b/components/NewsletterSubscribe.js @@ -11,17 +11,20 @@ export default function NewsletterSubscribe ({ }) { if (!formName) throw new Error('Parameter formName is required for the NewsletterSubscribe component.') + const headTextColor = dark ? 'text-white' : '' + const paragraphTextColor = dark ? 'text-gray-300' : '' + return (
{title} - + We respect your inbox. No spam, promise ✌️
diff --git a/components/layout/BlogLayout.js b/components/layout/BlogLayout.js index a72958bf006d..3203a6cec3bf 100644 --- a/components/layout/BlogLayout.js +++ b/components/layout/BlogLayout.js @@ -86,7 +86,6 @@ export default function BlogLayout({ post, children }) { -
-