Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alonp99 committed Oct 24, 2023
1 parent 6df529c commit 1cc58ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const SkeletonItem: FunctionComponent = () => {
<div className={`flex items-center gap-x-4 outline-none`}>
<div className={`indicator`}>
<div
className={`indicator-bottom indicator-item h-4 w-4 animate-pulse rounded-full bg-gray-200 theme-dark:bg-neutral-focus`}
className={`indicator-item indicator-bottom h-4 w-4 animate-pulse rounded-full bg-gray-200 theme-dark:bg-neutral-focus`}
></div>
<Avatar src={''} alt={`User's avatar - loading`} className={`h-8 w-8`} isLoading />
</div>
Expand Down

0 comments on commit 1cc58ea

Please sign in to comment.