overlay 삭제
parent
07ba65cca6
commit
cf3a9dd993
|
|
@ -356,16 +356,6 @@ const CompletionContent: React.FC<CompletionContentProps> = ({
|
|||
onEnded={handleVideoEnded}
|
||||
onClick={togglePlayPause}
|
||||
/>
|
||||
{/* Video Overlay */}
|
||||
<div className="video-overlay">
|
||||
<div className="video-overlay-content">
|
||||
<h3 className="video-overlay-title">
|
||||
군산, 그 시간 속에 머물다<br/>
|
||||
스테이, 머뭄
|
||||
</h3>
|
||||
<span className="video-overlay-logo">CASTAD</span>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
) : (
|
||||
<div className="video-pattern"></div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue