refactor: 예정 일정 placeholder 텍스트 변경
- "영상 준비 중" → "업로드 예정"으로 변경 - 불필요한 부연 설명 제거 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
b16aa963cd
commit
eb7d2005b7
1 changed files with 2 additions and 3 deletions
|
|
@ -104,11 +104,10 @@ function ScheduledPlaceholder() {
|
|||
|
||||
{/* 텍스트 */}
|
||||
<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" />
|
||||
<span className="text-lg font-medium">영상 준비 중</span>
|
||||
<span className="text-lg font-medium">업로드 예정</span>
|
||||
</div>
|
||||
<p className="text-white/50 text-sm">곧 업로드될 예정입니다</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue