File tree 2 files changed +2
-2
lines changed
src/components/SecondaryPanes
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
// plugin:jsx-a11y/recommended set (which they override) that has different severity
11
11
// levels.
12
12
"jsx-a11y/accessible-emoji": "warn",
13
- "jsx-a11y/alt-text": "warn ",
13
+ "jsx-a11y/alt-text": "error ",
14
14
"jsx-a11y/anchor-has-content": "warn",
15
15
"jsx-a11y/anchor-is-valid": "error",
16
16
"jsx-a11y/aria-activedescendant-has-tabindex": "warn",
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export class Workers extends Component<Props> {
45
45
key = { worker . actor }
46
46
onClick = { ( ) => this . props . selectThread ( worker . actor ) }
47
47
>
48
- < img className = "domain" />
48
+ < AccessibleImage className = "domain" />
49
49
{ ( worker . url
50
50
? `${ this . props . getWorkerDisplayName ( worker . actor ) } : ${ basename (
51
51
worker . url
You can’t perform that action at this time.
0 commit comments