Skip to content

Commit

Permalink
fix: group skeleton card error (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnsonMao authored Oct 2, 2024
1 parent b9d51f7 commit d0e3abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Group/GroupList/SkeletonGroupCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {

function SkeletonGroupCard() {
return (
<StyledGroupCard sx={{ cursor: 'default' }}>
<StyledGroupCard href="#" sx={{ cursor: 'default' }}>
<Skeleton variant="rounded" width="100%" height={122} animation="wave" />
<StyledContainer>
<Skeleton
Expand Down

0 comments on commit d0e3abb

Please sign in to comment.