Skip to content

Commit

Permalink
fix: shimmer size
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Jan 20, 2024
1 parent 1da1e37 commit e55fff8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const GroupProfileShimmer: FC = () => {
return (
<div className="py-1">
<div className="flex items-center space-x-3">
<div className="shimmer size-10 rounded-lg" />
<div className="shimmer size-11 rounded-lg" />
<div className="space-y-3">
<div className="shimmer h-3 w-28 rounded-lg" />
<div className="shimmer h-3 w-20 rounded-lg" />
Expand Down

0 comments on commit e55fff8

Please sign in to comment.