Skip to content

Commit

Permalink
update role attribute in InformationMessage component
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Aug 27, 2024
1 parent 01fffeb commit 011d81f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const InformationMessage = ({
link,
}: InformationMessageProps) => {
return (
<section className={styles.wrapper} role="info" aria-live="assertive">
<section className={styles.wrapper} role="status" aria-live="assertive">
<div className={styles.info}>
<Text type="h1">{title}</Text>
<span>
Expand Down

0 comments on commit 011d81f

Please sign in to comment.