Skip to content

Commit

Permalink
add loading cursor to skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
sauldom102 committed Jan 3, 2025
1 parent a5eca6e commit c49e58e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const CommunityPostSkeleton = ({
withEvent,
withImage,
}: CommunityPostSkeletonProps) => (
<div className="flex w-full flex-row gap-3 rounded-xl p-3 pt-2 md:pb-4 md:pt-3">
<div className="flex w-full cursor-wait flex-row gap-3 rounded-xl p-3 pt-2 md:pb-4 md:pt-3">
<div className="hidden md:block">
<Skeleton className="aspect-square w-8 rounded-full" />
</div>
Expand Down

0 comments on commit c49e58e

Please sign in to comment.