REFACTOR Renaming quote button to cite button

This commit is contained in:
Nonimart 2025-06-20 15:02:07 +02:00
parent 6efb8a29c5
commit ad49b2004c

View File

@ -62,7 +62,7 @@ $hasThumbnail = has_post_thumbnail();
</div>
<?php endif; ?>
<div class="socials-buttons">
<button class="socials-buttons__button socials-buttons__button--quote">
<button class="socials-buttons__button socials-buttons__button--cite">
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-citer-article.svg" alt="">
Citer
</button>