[Home] VOD일 경우 logo 출력

This commit is contained in:
jangheon Pyo
2024-05-23 16:47:51 +09:00
parent ac37dd7200
commit cc903be8c9

View File

@@ -422,6 +422,17 @@ export default function RollingUnit({
<img src={btnPlay} />
)}
</div>
{rollingData[startIndex]?.patncLogoPath && (
<p className={css.brandIcon}>
<CustomImage
delay={0}
src={rollingData[startIndex].patncLogoPath}
fallbackSrc={defaultLogoImg}
animationSpeed="fast"
/>
</p>
)}
</div>
</SpottableComponent>
) : rollingData[startIndex].shptmBanrTpNm === "Today's Deals" ? (