refactor: 예정 일정 placeholder 텍스트 변경

- "영상 준비 중" → "업로드 예정"으로 변경
- 불필요한 부연 설명 제거

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
caadiq 2026-02-03 18:14:35 +09:00
parent b16aa963cd
commit eb7d2005b7

View file

@ -104,11 +104,10 @@ function ScheduledPlaceholder() {
{/* 텍스트 */} {/* 텍스트 */}
<div className="relative text-center"> <div className="relative text-center">
<div className="flex items-center gap-2 text-white/80 mb-2"> <div className="flex items-center gap-2 text-white/80">
<Clock size={18} className="text-amber-400" /> <Clock size={18} className="text-amber-400" />
<span className="text-lg font-medium">영상 준비 </span> <span className="text-lg font-medium">업로드 예정</span>
</div> </div>
<p className="text-white/50 text-sm"> 업로드될 예정입니다</p>
</div> </div>
</div> </div>
); );