fix: a11y button lables. Closes #3418

This commit is contained in:
Gabe Kangas
2023-11-08 20:08:00 -08:00
parent 6074ea8f29
commit 9db8a8699a
3 changed files with 18 additions and 3 deletions

View File

@@ -48,7 +48,12 @@ export const NotifyReminderPopup: FC<NotifyReminderPopupProps> = ({
const content = (
<div onClick={popupClicked} onKeyDown={popupClicked} role="menuitem" tabIndex={0}>
<button type="button" className={styles.closebutton} onClick={popupClosed}>
<button
type="button"
aria-label="Follow"
className={styles.closebutton}
onClick={popupClosed}
>
<CloseOutlined />
</button>
<div className={styles.contentbutton}>Click and never miss future streams!</div>