feat: update commit SHA, enhance artist and album components with improved layout and functionality, and update favorites page to display artist cover art

This commit is contained in:
2025-07-01 22:48:48 +00:00
committed by GitHub
parent 87a2f06053
commit 0cb4f23f12
5 changed files with 86 additions and 19 deletions

View File

@@ -120,7 +120,7 @@ export default function BrowsePage() {
key={artist.id}
artist={artist}
className="flex-shrink-0"
size={150}
size={190}
/>
))}
</div>