Skip to content

Commit

Permalink
feat: mock데이터 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
spearStr committed Dec 3, 2024
1 parent 39c2b9c commit d37e827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/main/LiveVideoCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const LiveVideoCard = ({ videoData }: LiveVideoCardProps) => {
<video ref={videoRef} muted playsInline preload="none" />
</VideoBox>
<VideoCardThumbnail $isVideoVisible={isHovered && isVideoLoaded}>
<VideoCardImage src={defaultThumbnailImageUrl ?? liveImageUrl} />
<VideoCardImage src={liveImageUrl ?? defaultThumbnailImageUrl} />
</VideoCardThumbnail>
<VideoCardDescription>
<LiveBadge />
Expand Down

0 comments on commit d37e827

Please sign in to comment.