fixing button alt
This commit is contained in:
parent
8a2efcfa3d
commit
a57cf14fe8
|
|
@ -6,6 +6,6 @@
|
|||
<?php endif; ?>
|
||||
|
||||
<button id="scroller-top">
|
||||
<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") ?>'>
|
||||
<img class="arrow-icon" src="<?php echo get_template_directory_uri() . '/resources/img/graphic-assets/arrow-scroll-top.svg' ?>" alt='<?php echo __("Retour en haut", "homegrade-theme__texte-fonctionnel") ?>'>
|
||||
</button>
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user