TEST FIX
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-02-25 16:20:25 +01:00
parent b00eb3123e
commit c5fa8947ac

View File

@ -23,7 +23,7 @@ if ($is_carhop_member && isset($carhop_member_id)) {
?>
<a href="<?php echo $link; ?>" class="author-card">
<p>...</p>
<div class="author-card__profile-picture">
<?php if ($profilePictureUrl) : ?>
<img src="<?php echo $profilePictureUrl; ?>" alt="<?php echo $profilePictureAlt; ?>">