fixing i18n on btn voir le projet

This commit is contained in:
Antoine M 2025-04-01 16:11:31 +02:00
parent f9223b6f77
commit e4ea0547d6

View File

@ -47,7 +47,7 @@ $currentPageId = get_the_ID();
<p><?php echo $excerpt ?></p>
<a class="cta--read-project" style="--hover-color: <?php echo esc_attr($projectColor); ?>;" href="<?php the_permalink(); ?>">
<span>Voir le projet</span>
<span> <?php echo __('Voir le projet', 'deligraph') ?></span>
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/graphic-assets/arrow-see-project.svg" alt="Voir le projet">
</a>
</div>