Skip to content

Commit 2ab9bff

Browse files
authored
Fix formatting of Badge variant prop in documentation (#8477)
1 parent 2f6b51f commit 2ab9bff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/v4/content/docs/components/badge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import { Badge } from "@/components/ui/badge"
4949
```
5050

5151
```tsx
52-
<Badge variant="default |outline | secondary | destructive">Badge</Badge>
52+
<Badge variant="default | outline | secondary | destructive">Badge</Badge>
5353
```
5454

5555
### Link

0 commit comments

Comments
 (0)