From 11594882b7709312d30cbaee04639e3b8b9fb2f0 Mon Sep 17 00:00:00 2001 From: Dylan Munson <65001528+CodeyGuyDylan@users.noreply.github.com> Date: Fri, 12 Jul 2024 10:21:58 -0600 Subject: [PATCH] Design tweaks --- .../my-jetpack/_inc/components/my-jetpack-screen/index.jsx | 4 +++- .../_inc/components/my-jetpack-screen/styles.module.scss | 5 +++++ .../_inc/components/product-cards-section/index.tsx | 2 -- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/projects/packages/my-jetpack/_inc/components/my-jetpack-screen/index.jsx b/projects/packages/my-jetpack/_inc/components/my-jetpack-screen/index.jsx index ef096559b4e27..716aa396a3864 100644 --- a/projects/packages/my-jetpack/_inc/components/my-jetpack-screen/index.jsx +++ b/projects/packages/my-jetpack/_inc/components/my-jetpack-screen/index.jsx @@ -125,6 +125,8 @@ export default function MyJetpackScreen() { return ( +
+ { ! isNewUser && ( @@ -135,7 +137,7 @@ export default function MyJetpackScreen() { ) } { noticeMessage && ! isWelcomeBannerVisible && ( - + { = ( { noticeMessage } ) } -
- { unownedProducts.length > 0 && (