FEATURE Handling Tools-container

This commit is contained in:
Nonimart 2025-06-26 17:34:35 +02:00
parent a247670ab9
commit 04c6b2955e

View File

@ -92,6 +92,17 @@
</div> </div>
<div class="tools-container">
<button class="search-button">
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-rechercher.svg" alt="">
Rechercher
</button>
<button class="search-button">
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-abonner.svg" alt="">
Sabonner
</button>
</div>