chore: remove what you should also know section

Since the user is now informed about affiliate links on the wish add screen, it no longer needs to be displayed on the home page.
This commit is contained in:
grandeljay 2023-12-20 02:29:12 +01:00
parent 7171b94132
commit c1f0477a0a

View file

@ -141,18 +141,6 @@ $user = User::getCurrent();
</li>
</ul>
</div>
<p><?= __('What you should also know') ?></p>
<div>
<ul class="ui list">
<li class="item">
<i class="orange info icon" aria-hidden="true"></i>
<div class="content">
<?= __('affiliate links') ?>
<p><?= __('amazon links are automatically converted to affiliate links to help support the project financially.') ?></p>
</div>
</li>
</ul>
</div>
</div>
<div class="ui segment">