From c1541e6a12108c9353eb78379a686983e58daa3c Mon Sep 17 00:00:00 2001 From: angel Date: Sun, 6 Jul 2025 00:52:05 +0000 Subject: [PATCH] fix: update NEXT_PUBLIC_COMMIT_SHA and improve layout for Album and Menu components --- .env.local | 2 +- app/album/[id]/page.tsx | 10 +++++----- app/components/menu.tsx | 1 - 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.env.local b/.env.local index 93fbe0d..f5ddd36 100644 --- a/.env.local +++ b/.env.local @@ -1 +1 @@ -NEXT_PUBLIC_COMMIT_SHA=54a268f +NEXT_PUBLIC_COMMIT_SHA=00db487 diff --git a/app/album/[id]/page.tsx b/app/album/[id]/page.tsx index 498579d..220fadf 100644 --- a/app/album/[id]/page.tsx +++ b/app/album/[id]/page.tsx @@ -145,13 +145,13 @@ export default function AlbumPage() {

{album.artist}

-

{album.songCount} songs • {album.year} • {album.genre}

-

Duration: {formatDuration(album.duration)}

-
+

{album.genre} • {album.year}

+

{album.songCount} songs, {formatDuration(album.duration)}

+ +
diff --git a/app/components/menu.tsx b/app/components/menu.tsx index 3b51f04..995a0b7 100644 --- a/app/components/menu.tsx +++ b/app/components/menu.tsx @@ -134,7 +134,6 @@ export function Menu({ toggleSidebar, isSidebarVisible, toggleStatusBar, isStatu -

j

File