We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c06ea commit 31ec917Copy full SHA for 31ec917
ui/frontend/Notifications.tsx
@@ -121,7 +121,7 @@ interface NotificationProps {
121
const Notification: React.FC<NotificationProps> = ({ onClose, children }) => (
122
<div className={styles.notification} data-test-id="notification">
123
<div className={styles.notificationContent}>{children}</div>
124
- <button className={styles.close} onClick={onClose}>
+ <button className={styles.close} onClick={onClose} title="dismiss notification">
125
<Close />
126
</button>
127
</div>
0 commit comments