Skip to content

Commit

Permalink
Merge pull request #304 from dzcode-io/fix/changed_Skeleton_variant_f…
Browse files Browse the repository at this point in the history
…rom_circle_to_rect

changed Skeleton variant from circle to rect
  • Loading branch information
souhaib-benbouzid authored May 22, 2021
2 parents 97edc26 + 69d5e36 commit 22fab80
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions web/src/apps/main/components/card/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@ export const Card: FC<CardProps> = ({ info }) => {
</>
) : (
<CardActionArea>
<Skeleton
animation="wave"
variant="circle"
className={classes.media}
/>
<Skeleton animation="wave" variant="rect" className={classes.media} />
<CardContent>
<>
<Skeleton
Expand Down

0 comments on commit 22fab80

Please sign in to comment.