Skip to content

Commit afdd20a

Browse files
committed
Fix github/a11y-svg-has-accessible-name violation
1 parent bf5398b commit afdd20a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/view/common/DeterminateProgressRing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const DeterminateProgressRing = ({ percent }: Props) => (
3939
aria-valuemax={100}
4040
aria-valuenow={percent}
4141
>
42-
<svg className="progress" viewBox="0 0 16 16">
42+
<svg className="progress" viewBox="0 0 16 16" role="presentation">
4343
<Background cx="8px" cy="8px" r="7px" />
4444
<Determinate
4545
style={{

0 commit comments

Comments
 (0)