Skip to content

Commit 5c98213

Browse files
ErioldDaniel Montoya
and
Daniel Montoya
authored
fix(proctoring): correction paragraph (#618)
Co-authored-by: Daniel Montoya <daniel.montoya@eclass.cl>
1 parent c2f55df commit 5c98213

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/organisms/Alerts/Alert.tsx

+2-4
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,8 @@ export function Alert({
9595
lineHeight="28px"
9696
color={vars('colors-neutral-darkCharcoal')}
9797
>
98-
<p>
99-
{children}
100-
{endTextLink && onClickLink && <BtnLink onClick={onClickLink}>{endTextLink}</BtnLink>}
101-
</p>
98+
{children}
99+
{endTextLink && onClickLink && <BtnLink onClick={onClickLink}>{endTextLink}</BtnLink>}
102100
</Box>
103101
{buttonType === 'link' && <BtnLink onClick={handleClick}>{buttonText}</BtnLink>}
104102
</Box>

0 commit comments

Comments
 (0)