diff --git a/frontend/src/pages/mobile/album/TrackDetail.jsx b/frontend/src/pages/mobile/album/TrackDetail.jsx index 58c4b19..888e101 100644 --- a/frontend/src/pages/mobile/album/TrackDetail.jsx +++ b/frontend/src/pages/mobile/album/TrackDetail.jsx @@ -92,19 +92,18 @@ function MobileTrackDetail() { } return ( - +
{/* 트랙 정보 헤더 */} -
+
{/* 앨범 커버 */} - +
{track.album?.title} - +
{/* 트랙 정보 */}
@@ -129,14 +128,14 @@ function MobileTrackDetail() { )}
-
+ {/* 뮤직비디오 섹션 */} {youtubeVideoId && (

@@ -158,9 +157,9 @@ function MobileTrackDetail() { {/* 크레딧 */} {(track.lyricist || track.composer || track.arranger) && (

@@ -207,9 +206,9 @@ function MobileTrackDetail() { {/* 가사 */}

@@ -251,7 +250,7 @@ function MobileTrackDetail() { )}

- + ); } diff --git a/frontend/src/routes/mobile/index.jsx b/frontend/src/routes/mobile/index.jsx index 9c5f0d1..a342752 100644 --- a/frontend/src/routes/mobile/index.jsx +++ b/frontend/src/routes/mobile/index.jsx @@ -75,7 +75,7 @@ export default function MobileRoutes() { + }