We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64e523 commit b1abd67Copy full SHA for b1abd67
content/snippets/sponsors.php
@@ -24,12 +24,9 @@
24
<?php if ($sponsor->hasLogo()): ?>
25
<img class="w-auto max-h-[100px] inline object-contain"
26
src="<?= $sponsor->getLogo() ?>"
27
- alt="<?= $sponsor->getName() ?>"
+ alt=""
28
+ loading="lazy"
29
/>
- <?php else: ?>
30
- <div class="w-full h-full flex items-center justify-center bg-gray-100">
31
- <span class="text-gray-400 text-sm">No logo</span>
32
- </div>
33
<?php endif; ?>
34
</div>
35
<div class="mt-auto">
0 commit comments