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) => ( )) )}