Skip to content

Commit

Permalink
changed className to class (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelessiet authored Feb 9, 2024
1 parent d3d24a9 commit 6235bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/routes/docs/components/skeleton.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ import { Skeleton } from "~/components/ui/skeleton"
```

```tsx
<Skeleton className="w-[100px] h-[20px] rounded-full" />
<Skeleton class="w-[100px] h-[20px] rounded-full" />
```

0 comments on commit 6235bd3

Please sign in to comment.