+
- {commerceLinks.map((link) => (
+ {artistName}
+
+
+
setExpanded((previous) => !previous)}
+ aria-expanded={expanded}
+ aria-controls={expandedPanelId}
+ data-testid="artist-support-toggle"
+ >
+
+
+ {expanded ? "Hide artist links" : "Show more artist links"}
+
+
+
+ {expanded && (
+
+ {commerceLinks.length > 0 && (
+
+ )}
+ {hasSignatureService && (
+
+ Mark's Signature Service
+
+ )}
+
)}
- {hasSignatureService && (
-
- Mark's Signature Service
-
- )}
-
);
}
diff --git a/frontend/src/features/display/ArtistSection.tsx b/frontend/src/features/display/ArtistSection.tsx
index c85324ab2..e6cdca362 100644
--- a/frontend/src/features/display/ArtistSection.tsx
+++ b/frontend/src/features/display/ArtistSection.tsx
@@ -46,7 +46,10 @@ export function ArtistSection({ cardDocument }: ArtistSectionProps) {
{cardDocument.canonicalArtist.name}
-