From d16bac844e62406e8a87463f2abea0d7fbdb5a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Tue, 10 Jun 2025 07:38:56 +0000 Subject: [PATCH] Merged in fix/SW-2987-image-card-sidebar (pull request #2314) fix(SW-2987): add image to content card in sidebar * fix(SW-2987): add image to content card in sidebar Approved-by: Erik Tiekstra --- apps/scandic-web/components/Sidebar/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/scandic-web/components/Sidebar/index.tsx b/apps/scandic-web/components/Sidebar/index.tsx index a3c7d6438..8010a547c 100644 --- a/apps/scandic-web/components/Sidebar/index.tsx +++ b/apps/scandic-web/components/Sidebar/index.tsx @@ -55,6 +55,7 @@ export default function Sidebar({ blocks }: SidebarProps) { bodyText={block.scripted_card.body_text} scriptedTopTitle={block.scripted_card.scripted_top_title} theme={block.scripted_card.theme ?? "image"} + backgroundImage={block.scripted_card.backgroundImage} /> ) case SidebarEnums.blocks.TeaserCard: