From e88d8b226e377c6a3ebda1170e4dcc6a2e1f101e Mon Sep 17 00:00:00 2001 From: sillyangel Date: Thu, 26 Jun 2025 14:22:15 -0500 Subject: [PATCH] feat: update NEXT_PUBLIC_COMMIT_SHA and enhance MusicPage styling with improved layout and dimensions --- .env.local | 2 +- app/page.tsx | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.env.local b/.env.local index c229a18..efc3e34 100644 --- a/.env.local +++ b/.env.local @@ -1 +1 @@ -NEXT_PUBLIC_COMMIT_SHA=b6ea2fc +NEXT_PUBLIC_COMMIT_SHA=e43dbbf diff --git a/app/page.tsx b/app/page.tsx index f09c2c3..2d58f93 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -39,7 +39,7 @@ export default function MusicPage() { return (
-

{greeting}{userName ? `, ${userName}` : ''}!

+

{greeting}{userName ? `, ${userName}` : ''}!

<> @@ -60,17 +60,17 @@ export default function MusicPage() { {isLoading ? ( // Loading skeletons Array.from({ length: 6 }).map((_, i) => ( -
+
)) ) : ( recentAlbums.map((album) => ( )) )} @@ -93,17 +93,17 @@ export default function MusicPage() { {isLoading ? ( // Loading skeletons Array.from({ length: 10 }).map((_, i) => ( -
+
)) ) : ( newestAlbums.map((album) => ( )) )}