fixing i18n on btn voir le projet
This commit is contained in:
parent
f9223b6f77
commit
e4ea0547d6
|
|
@ -47,7 +47,7 @@ $currentPageId = get_the_ID();
|
||||||
<p><?php echo $excerpt ?></p>
|
<p><?php echo $excerpt ?></p>
|
||||||
|
|
||||||
<a class="cta--read-project" style="--hover-color: <?php echo esc_attr($projectColor); ?>;" href="<?php the_permalink(); ?>">
|
<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">
|
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/graphic-assets/arrow-see-project.svg" alt="Voir le projet">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user