From 5e3b2fb8fa0f034201073da4ba256affc8a94aa9 Mon Sep 17 00:00:00 2001 From: Chuma McPhoy Date: Fri, 18 Oct 2024 09:47:21 +0200 Subject: [PATCH] fix(SW-369): center on mobile --- components/Sidebar/JoinLoyalty/index.tsx | 6 +++++- .../Sidebar/JoinLoyalty/joinLoyalty.module.css | 15 +++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/components/Sidebar/JoinLoyalty/index.tsx b/components/Sidebar/JoinLoyalty/index.tsx index b6227579a..8929df24f 100644 --- a/components/Sidebar/JoinLoyalty/index.tsx +++ b/components/Sidebar/JoinLoyalty/index.tsx @@ -32,7 +32,11 @@ export default async function JoinLoyaltyContact({ {block.title} - {block.preamble ? {block.preamble} : null} + {block.preamble ? ( + + {block.preamble} + + ) : null} {block.button ? (