Fix identical call to action target

This commit is contained in:
Jay Trees 2022-03-28 09:49:38 +02:00
parent 7d3ca29d3b
commit 55f9995364

View file

@ -30,17 +30,9 @@ $page->navigation();
<div class="column">
<a class="ui fluid primary button"
href="/?page=wishlists"
title="<?= __('Create a wishlist') ?>"
title="<?= __('My lists') ?>"
>
<?= __('Create a wishlist') ?>
</a>
</div>
<div class="column">
<a class="ui fluid button"
href="/?page=wishlists"
title="<?= __('View your wishlists') ?>"
>
<?= __('View your wishlists') ?>
<?= __('My lists') ?>
</a>
</div>
<?php } else { ?>