Improve card layout

This commit is contained in:
Jay Trees 2022-04-11 13:06:23 +02:00
parent d50bdf5f60
commit e9a9980fa2

View file

@ -153,7 +153,7 @@ class Wish
<img class="favicon" src="<?= $this->info->favicon ?>" loading="lazy" />
<?php } ?>
<?php if (isset($this->info->providerName)) { ?>
<?php if (isset($this->info->providerName) && $this->info->providerName) { ?>
<span class="provider"><?= $this->info->providerName ?></span>
<?php } ?>
</div>