Skip to content

Commit

Permalink
feat: 첫 번째 비디오에서도 동영상 로딩 상태 보여줌
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiwon committed Nov 11, 2023
1 parent 58438c0 commit e0999d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/components/HomeVideo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const HomeVideo = (props: HomeVideoProps) => {
onMouseEnter={handleMouseEnter}
>
<VideoOverlay {...videoOverlayProps} />
{loading && index !== 0 && playing && (
{loading && playing && (
<div className="w-10 h-10 loader top-1/2 absolute" />
)}
<video
Expand Down

0 comments on commit e0999d2

Please sign in to comment.