From 1e091d493d46e0cb5ed6d704df4058d41e146b24 Mon Sep 17 00:00:00 2001 From: Mike Bifulco Date: Sat, 25 Nov 2023 19:33:21 -0500 Subject: [PATCH] design tweaks --- public/images/wiggle.svg | 2 +- src/components/Layouts/DefaultLayout.tsx | 2 +- src/components/NewsletterSignup/NewsletterHero.tsx | 2 +- src/components/SiteAnnouncement/SiteAnnouncement.tsx | 6 +++--- src/components/footer.tsx | 4 ++-- src/pages/index.tsx | 5 ++++- src/pages/newsletter/[slug].tsx | 1 + 7 files changed, 13 insertions(+), 9 deletions(-) diff --git a/public/images/wiggle.svg b/public/images/wiggle.svg index 5083c190..249fda24 100644 --- a/public/images/wiggle.svg +++ b/public/images/wiggle.svg @@ -1,6 +1,6 @@ - + diff --git a/src/components/Layouts/DefaultLayout.tsx b/src/components/Layouts/DefaultLayout.tsx index ed041a39..c6dd779a 100644 --- a/src/components/Layouts/DefaultLayout.tsx +++ b/src/components/Layouts/DefaultLayout.tsx @@ -7,7 +7,7 @@ const DefaultLayout = ({ children }) => { return (
-
+
diff --git a/src/components/NewsletterSignup/NewsletterHero.tsx b/src/components/NewsletterSignup/NewsletterHero.tsx index cbfd36f1..8965a011 100644 --- a/src/components/NewsletterSignup/NewsletterHero.tsx +++ b/src/components/NewsletterSignup/NewsletterHero.tsx @@ -29,7 +29,7 @@ const NewsletterHero = () => {
-
+ {/*
*/}
= ({ return (
-
+

Subscribe to{' '} 💌 Tiny Improvements diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 0c94095c..07844193 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -8,10 +8,10 @@ import SponsorCTA from './SponsorCTA/SponsorCTA'; const Footer = () => { return (