diff --git a/src/app/watch/[watchId]/mobileWatchPage.tsx b/src/app/watch/[watchId]/mobileWatchPage.tsx index 4398a74..b52f406 100644 --- a/src/app/watch/[watchId]/mobileWatchPage.tsx +++ b/src/app/watch/[watchId]/mobileWatchPage.tsx @@ -40,19 +40,35 @@ export default function MobileWatchPage() {
-
- {view === "main" && ( -
- albumcover + {view === "main" && ( + <> +
+
+ albumcover +
- )} - {view === "lyrics" && ( +
+ WHIPLASH +
+
+ + 에스파 + + · + + WHIPLASH + +
+ + )} + {view === "lyrics" && ( +
Fancy 이건 참 화려해
@@ -84,23 +100,15 @@ export default function MobileWatchPage() {
외면해도 소용없지 don't you blow it?
- )} - {view === "nowPlaying" && ( +
+ )} + {view === "nowPlaying" && ( +
- )} -
-
WHIPLASH
-
- - 에스파 - - · - - WHIPLASH - -
+
+ )}
diff --git a/src/components/container/rectangle-container.tsx b/src/components/container/rectangle-container.tsx index 2018acc..0e8cb21 100644 --- a/src/components/container/rectangle-container.tsx +++ b/src/components/container/rectangle-container.tsx @@ -19,7 +19,8 @@ const RectangleContainer = ({ duration, }: RectangleContainerProps) => { return ( -
+
+
cover +

{name}

diff --git a/src/features/watch/watch-nowPlaying.tsx b/src/features/watch/watch-nowPlaying.tsx index b73fa09..238e9df 100644 --- a/src/features/watch/watch-nowPlaying.tsx +++ b/src/features/watch/watch-nowPlaying.tsx @@ -52,7 +52,7 @@ const WatchNowPlaying = () => { }, ] return ( -

+
{dummy.map((item) => (