diff --git a/packages/web/src/components/artist/ArtistCardCover.module.css b/packages/web/src/components/artist/ArtistCardCover.module.css index 0786bc9699..4f5380df57 100644 --- a/packages/web/src/components/artist/ArtistCardCover.module.css +++ b/packages/web/src/components/artist/ArtistCardCover.module.css @@ -37,6 +37,12 @@ width: 72px !important; } +.profilePictureSkeleton { + height: 72px; + width: 72px; + border-radius: 50%; +} + .profilePicture { height: 72px; width: 72px; diff --git a/packages/web/src/components/artist/ArtistCardCover.tsx b/packages/web/src/components/artist/ArtistCardCover.tsx index 35f96995c4..a83bdfcd62 100644 --- a/packages/web/src/components/artist/ArtistCardCover.tsx +++ b/packages/web/src/components/artist/ArtistCardCover.tsx @@ -64,6 +64,7 @@ export const ArtistCardCover = (props: ArtistCoverProps) => { {isArtist ? : null}