We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f977573 commit d5ee22bCopy full SHA for d5ee22b
src/components/ui/__stories__/Alert.stories.tsx
@@ -42,9 +42,7 @@ export const Variants: Story = {
42
<Alert key={variant} variant={variant} className="w-full" {...args}>
43
<AlertContent>
44
<AlertTitle>{DEMO_TITLE}</AlertTitle>
45
- <AlertDescription>
46
- This is a <pre className="inline text-sm">{variant}</pre> alert
47
- </AlertDescription>
+ <AlertDescription>This is a {variant} alert</AlertDescription>
48
</AlertContent>
49
</Alert>
50
))}
0 commit comments