This commit is contained in:
Jay Trees 2022-03-07 11:58:54 +01:00
parent d0cd019a5b
commit a36b945ca9

View file

@ -159,7 +159,9 @@ class Wish
<?php } ?>
<?php if ($this->url) { ?>
<a class="ui small labeled icon button<?= $userIsCurrent ? ' primary' : '' ?>" href="<?= $this->url ?>" target="_blank">
<a class="ui small labeled icon button<?= $userIsCurrent ? ' primary' : '' ?>"
href="<?= $this->url ?>" target="_blank"
>
<i class="external icon"></i>
Visit
</a>