diff --git a/frontend/src/pages/ArtistsPage.jsx b/frontend/src/pages/ArtistsPage.jsx index de81ea5a..47d249a6 100644 --- a/frontend/src/pages/ArtistsPage.jsx +++ b/frontend/src/pages/ArtistsPage.jsx @@ -59,10 +59,10 @@ function ArtistCard({ artist }) { const socialLinks = getCardSocialLinks(artist.social) return ( -
+
{artist.photo_url ? ( {shows}

+ {/* Icons live on their own row below the text so a long band name never + competes with them for width (the card grows vertically instead — + per Dre). pl-[68px] lines the icon glyphs up with the text column: + 64px photo + 16px gap, minus the 12px inset of the 40px hit area. */} {socialLinks.length > 0 && ( -
+
{socialLinks.map(({ key, label, Icon, href }) => (