FEATURE Now redirecting subscribe button to subscribe page
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-10-20 15:31:04 +02:00
parent 044eadfcb6
commit c2f7dc0421

View File

@ -44,10 +44,10 @@
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-rechercher.svg" alt=""> <img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-rechercher.svg" alt="">
Rechercher Rechercher
</button> </button>
<button class="subscribe-button"> <a class="subscribe-button" href="<?php echo home_url(); ?>/infolettre">
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-abonner.svg" alt=""> <img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-abonner.svg" alt="">
Sabonner Sabonner
</button> </a>
</div> </div>
</nav> </nav>
</div> </div>