overlay 삭제

main
hbyang 2025-12-30 15:54:24 +09:00
parent 07ba65cca6
commit cf3a9dd993
1 changed files with 0 additions and 10 deletions

View File

@ -356,16 +356,6 @@ const CompletionContent: React.FC<CompletionContentProps> = ({
onEnded={handleVideoEnded} onEnded={handleVideoEnded}
onClick={togglePlayPause} 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> <div className="video-pattern"></div>