Improve card layout
This commit is contained in:
parent
d50bdf5f60
commit
e9a9980fa2
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class Wish
|
||||||
<img class="favicon" src="<?= $this->info->favicon ?>" loading="lazy" />
|
<img class="favicon" src="<?= $this->info->favicon ?>" loading="lazy" />
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if (isset($this->info->providerName)) { ?>
|
<?php if (isset($this->info->providerName) && $this->info->providerName) { ?>
|
||||||
<span class="provider"><?= $this->info->providerName ?></span>
|
<span class="provider"><?= $this->info->providerName ?></span>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue