Skip to content

Commit 1a72675

Browse files
committed
feat: suppress primary label from artist cover artwork
1 parent 49a3532 commit 1a72675

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Apps/Artist/Components/ArtistHeader/ArtistHeaderImage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ export const ArtistHeaderImage: FC<
137137
artwork={artwork!}
138138
includeLinks={false}
139139
hideSaleInfo={true}
140+
hidePrimaryLabel={true}
140141
/>
141142
</Box>
142143
</>

0 commit comments

Comments
 (0)