Skip to content

Commit

Permalink
remove pre tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pettinarip committed Aug 15, 2024
1 parent f977573 commit d5ee22b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/ui/__stories__/Alert.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ export const Variants: Story = {
<Alert key={variant} variant={variant} className="w-full" {...args}>
<AlertContent>
<AlertTitle>{DEMO_TITLE}</AlertTitle>
<AlertDescription>
This is a <pre className="inline text-sm">{variant}</pre> alert
</AlertDescription>
<AlertDescription>This is a {variant} alert</AlertDescription>
</AlertContent>
</Alert>
))}
Expand Down

0 comments on commit d5ee22b

Please sign in to comment.