Open wish links in new tab

This commit is contained in:
grandeljay 2022-12-14 14:50:24 +01:00
parent f3cf2fb13d
commit 2e1e57018d

View file

@ -266,7 +266,7 @@ namespace wishthis;
</button>
<?php } ?>
<a class="ui disabled labeled icon button wish-visit">
<a class="ui disabled labeled icon button wish-visit" target="_blank">
<i class="external icon"></i>
<span><?= __('Visit') ?></span>
</a>