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:
parent
7171b94132
commit
c1f0477a0a
1 changed files with 0 additions and 12 deletions
|
@ -141,18 +141,6 @@ $user = User::getCurrent();
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</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>
|
||||||
|
|
||||||
<div class="ui segment">
|
<div class="ui segment">
|
||||||
|
|
Loading…
Reference in a new issue