We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f55df commit 5c98213Copy full SHA for 5c98213
src/organisms/Alerts/Alert.tsx
@@ -95,10 +95,8 @@ export function Alert({
95
lineHeight="28px"
96
color={vars('colors-neutral-darkCharcoal')}
97
>
98
- <p>
99
- {children}
100
- {endTextLink && onClickLink && <BtnLink onClick={onClickLink}>{endTextLink}</BtnLink>}
101
- </p>
+ {children}
+ {endTextLink && onClickLink && <BtnLink onClick={onClickLink}>{endTextLink}</BtnLink>}
102
</Box>
103
{buttonType === 'link' && <BtnLink onClick={handleClick}>{buttonText}</BtnLink>}
104
0 commit comments