Skip to content

Commit 63c6b1a

Browse files
committed
[QF-3553] remove unused
1 parent 7e0f56e commit 63c6b1a

File tree

2 files changed

+1
-473
lines changed

2 files changed

+1
-473
lines changed

src/components/Banner/Banner.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,7 @@ const Banner = ({ text, ctaButtonText }: BannerProps) => {
3636
}, [hasGoal, isLoggedIn]);
3737

3838
return (
39-
<div
40-
className={styles.container}
41-
data-testid="banner"
42-
role="status"
43-
aria-live="polite"
44-
aria-label="Banner announcement"
45-
>
39+
<div className={styles.container} data-testid="banner">
4640
<div className={styles.text}>{text}</div>
4741
{ctaButtonText && (
4842
<Link

0 commit comments

Comments
 (0)