acessibility — passing alt to arrow-icon
This commit is contained in:
parent
69e0a26654
commit
d5e88164fa
|
|
@ -6,6 +6,6 @@
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<button id="scroller-top">
|
<button id="scroller-top">
|
||||||
<img class="arrow-icon" src="<?php echo get_template_directory_uri() . '/resources/img/graphic-assets/arrow-scroll-top.svg' ?>" alt=''>
|
<img class="arrow-icon" src="<?php echo get_template_directory_uri() . '/resources/img/graphic-assets/arrow-scroll-top.svg' ?>" alt='<?php __("Retour en haut","homegrade-theme__texte-fonctionnel") ?>'>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
Loading…
Reference in New Issue
Block a user