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: