From c2a86278718ea7257a2b86f0f10ef4899f622627 Mon Sep 17 00:00:00 2001 From: Kim Seongjin Date: Thu, 29 Feb 2024 06:26:42 +0900 Subject: [PATCH] For test --- .../Projects/Podcast/Mobile/PodcastContent.js | 20 +++++++------------ 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/src/views/page/Projects/Podcast/Mobile/PodcastContent.js b/src/views/page/Projects/Podcast/Mobile/PodcastContent.js index 60281a9..c37c4f2 100644 --- a/src/views/page/Projects/Podcast/Mobile/PodcastContent.js +++ b/src/views/page/Projects/Podcast/Mobile/PodcastContent.js @@ -189,9 +189,8 @@ function PodcastContent() { - {/** 헤더 */} -
- {/** 음소거 버튼 */} + + {/*
{ @@ -204,7 +203,6 @@ function PodcastContent() { )}
- {/** 뒤로가기 버튼 */} - {/** 배속 버튼 */}

{playbackRate}x

-
+
*/} - {/** 내용 container */} -
+ {/*



{scriptCard} -
+
*/} - {/** 푸터 */} -
- {/** 총 재생시간 */} + {/*

{Math.floor(runningTime / 60)}:{Math.floor(runningTime % 60)} @@ -544,7 +538,7 @@ function PodcastContent() { />

-
+
*/} ); }