removing unecessary space

This commit is contained in:
Antoine M 2023-11-29 17:52:18 +01:00
parent 9daad0a32f
commit 2a21890c01

View File

@ -32,7 +32,6 @@ $mainThematique = getMainThematique($thematique) ?? null;
<span><?php echo __("Lire l'article", 'homegrade-theme__texte-fonctionnel') ?></span> <span><?php echo __("Lire l'article", 'homegrade-theme__texte-fonctionnel') ?></span>
<span class="sr-only"><?php echo $post_title ?></span> <span class="sr-only"><?php echo $post_title ?></span>
<img class="cta_arrow_button" src='<?php echo get_template_directory_uri() ?>/resources/img/graphic-assets/arrow-right-circle.svg' alt=''> <img class="cta_arrow_button" src='<?php echo get_template_directory_uri() ?>/resources/img/graphic-assets/arrow-right-circle.svg' alt=''>
</a> </a>
</div> </div>