removing unecessary lineskips

This commit is contained in:
Antoine M 2024-10-30 10:33:59 +01:00
parent af25eef0fc
commit 32109ad7fc

View File

@ -45,7 +45,6 @@ $adresse = get_field('adresse', $postID);
<?php endif; ?>
<?php if ($phoneNumber): ?>
<a class="card-artisans__phone" href="tel:<?php echo $phoneNumber ?>"><?php echo $formattedPhoneNumber ?></a>
<?php endif; ?>