feat: update commit SHA, enhance UI components with improved layouts and functionality, and refine Favorites page with new features

This commit is contained in:
2025-07-01 23:33:40 +00:00
committed by GitHub
parent 0cb4f23f12
commit 4499bdf147
7 changed files with 27 additions and 49 deletions

View File

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