Remove humble affiliate links

This commit is contained in:
Sam Carlton 2020-12-28 15:28:47 -06:00
parent f94ab19e18
commit 83889f1b63

View file

@ -72,25 +72,6 @@
</ul>
<h2 class="subtitle text-xl md:text-2xl font-bold py-6">
Affiliate Links
</h2>
<div class="links space-y-6 sm:space-x-6 mb-8">
<div
v-for="(link, i) in affiliateLinks"
:key="i"
class="affiliate-link space-y-2"
>
<LinkButton
:href="link.href"
target="_blank"
>
<div>{{ link.label }}</div>
</LinkButton>
<small class="block test-xs">{{ link.subLabel }}</small>
</div>
</div>
<div class="report-links py-24 shadow-none">
<!-- https://eric.blog/2016/01/08/prefilling-github-issues/ -->
<a