Fix github/a11y-svg-has-accessible-name violation

This commit is contained in:
Koen Vlaswinkel
2023-12-11 17:03:21 +01:00
parent bf5398bfc9
commit afdd20a957

View File

@@ -39,7 +39,7 @@ export const DeterminateProgressRing = ({ percent }: Props) => (
aria-valuemax={100}
aria-valuenow={percent}
>
<svg className="progress" viewBox="0 0 16 16">
<svg className="progress" viewBox="0 0 16 16" role="presentation">
<Background cx="8px" cy="8px" r="7px" />
<Determinate
style={{