From 277c6a79c9cd02a30040876c6b34a2807847b463 Mon Sep 17 00:00:00 2001 From: caadiq Date: Tue, 3 Feb 2026 18:24:55 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EC=98=88=EC=A0=95=20=EC=9D=BC?= =?UTF-8?q?=EC=A0=95=20placeholder=20UI=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 유튜브 아이콘 제거 - 업로드 예정 텍스트 하단으로 이동 - 배경 오버레이를 하단 그라데이션으로 변경 Co-Authored-By: Claude Opus 4.5 --- .../schedule/sections/YoutubeSection.jsx | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/frontend/src/pages/pc/public/schedule/sections/YoutubeSection.jsx b/frontend/src/pages/pc/public/schedule/sections/YoutubeSection.jsx index ebb0ad8..7390635 100644 --- a/frontend/src/pages/pc/public/schedule/sections/YoutubeSection.jsx +++ b/frontend/src/pages/pc/public/schedule/sections/YoutubeSection.jsx @@ -85,14 +85,14 @@ function VideoInfo({ schedule, isShorts, isScheduled = false }) { */ function ScheduledPlaceholder({ bannerUrl }) { return ( -
+
{/* 배경: 배너 이미지 또는 패턴 */} {bannerUrl ? (
-
+
) : (
@@ -102,18 +102,9 @@ function ScheduledPlaceholder({ bannerUrl }) {
)} - {/* 유튜브 아이콘 */} -
-
- - - -
-
- - {/* 텍스트 */} -
-
+ {/* 하단 텍스트 */} +
+
업로드 예정