Add missing alt text for arrows in autoscroll
This commit is contained in:
parent
8591eaed03
commit
1cc9e2d5ab
@ -109,6 +109,7 @@ export class AutoscrollingImages extends Component<typeof component_arguments> {
|
||||
<img
|
||||
class="autoscrolling-images__img-arrow-left"
|
||||
src={arrow.url}
|
||||
alt="←"
|
||||
/>
|
||||
</label>
|
||||
<label
|
||||
@ -119,7 +120,7 @@ export class AutoscrollingImages extends Component<typeof component_arguments> {
|
||||
}`}
|
||||
class="autoscrolling-images__arrow"
|
||||
>
|
||||
<img src={arrow.url} />
|
||||
<img src={arrow.url} alt="→" />
|
||||
</label>
|
||||
</div>
|
||||
))}
|
||||
|
Loading…
x
Reference in New Issue
Block a user