Skip to content

Commit e7dab55

Browse files
committed
fix classNames
1 parent d4859a0 commit e7dab55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/website/src/routes/docs/styled/alert/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ import { Alert } from '~/components/ui';
8787

8888
```tsx
8989
<Alert.Root>
90-
<Terminal className="h-4 w-4" />
90+
<Terminal class="h-4 w-4" />
9191
<Alert.Title>Heads up!</Alert.Title>
9292
<Alert.Description>
9393
You can add components and dependencies to your app using the cli.

apps/website/src/routes/docs/styled/skeleton/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import { Skeleton } from '~/components/ui';
3838
```
3939

4040
```tsx
41-
<Skeleton className="h-6 w-24 rounded-full" />
41+
<Skeleton class="h-6 w-24 rounded-full" />
4242
```
4343

4444
## Examples

0 commit comments

Comments
 (0)