[Home] VOD일 경우 logo 출력
This commit is contained in:
@@ -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" ? (
|
||||
|
||||
Reference in New Issue
Block a user