Skip to content

Commit d5ee22b

Browse files
committed
remove pre tag
1 parent f977573 commit d5ee22b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/ui/__stories__/Alert.stories.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ export const Variants: Story = {
4242
<Alert key={variant} variant={variant} className="w-full" {...args}>
4343
<AlertContent>
4444
<AlertTitle>{DEMO_TITLE}</AlertTitle>
45-
<AlertDescription>
46-
This is a <pre className="inline text-sm">{variant}</pre> alert
47-
</AlertDescription>
45+
<AlertDescription>This is a {variant} alert</AlertDescription>
4846
</AlertContent>
4947
</Alert>
5048
))}

0 commit comments

Comments
 (0)