There was an error while loading. Please reload this page.
1 parent 11edfd6 commit 63bacb7Copy full SHA for 63bacb7
1 file changed
web/sections/promotions/PromotionsBlock.tsx
@@ -168,6 +168,7 @@ const PromotionsBlock = ({
168
<div
169
className={`flex flex-col ${promotionVariant === 'promoteEvents' && backgroundImage ? 'dark relative z-10 pt-30' : ''} ${paddingClassName}`}
170
>
171
+ {/*@ts-ignore:todo */}
172
<Blocks variant='h2' id={sectionTitleId} value={title} />
173
{ingress && (
174
<Blocks group='paragraph' variant='overline' value={ingress} />
@@ -252,6 +253,7 @@ const PromotionsBlock = ({
252
253
: ''
254
} `}
255
style={{
256
+ //@ts-ignore:todo
257
backgroundImage: `url(${imageUrl})`,
258
}}
259
0 commit comments