test gumroad overlay

This commit is contained in:
Samuel Štancl 2020-11-01 19:21:37 +01:00
parent 01a2d0eda2
commit 9265216d1a
3 changed files with 48 additions and 3 deletions

View file

@ -215,7 +215,7 @@
</li>
</ul>
<div class="mt-6 rounded-md shadow">
<a target="_blank" href="https://gumroad.com/l/saas-boilerplate/launch-website" class="flex items-center justify-center px-5 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-gray-900 hover:bg-gray-800 focus:outline-none focus:shadow-outline transition duration-150 ease-in-out" aria-describedby="tier-standard">
<a target="_blank" href="https://gumroad.com/l/saas-boilerplate?offer_code=launch-website&wanted=true" class="flex items-center justify-center px-5 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-gray-900 hover:bg-gray-800 focus:outline-none focus:shadow-outline transition duration-150 ease-in-out" aria-describedby="tier-standard">
Details
</a>
</div>
@ -282,7 +282,7 @@
</li>
</ul>
<div class="mt-6 rounded-md shadow">
<a target="_blank" href="https://gumroad.com/l/saas-boilerplate-enterprise/launch-website" class="flex items-center justify-center px-5 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-gray-900 hover:bg-gray-800 focus:outline-none focus:shadow-outline transition duration-150 ease-in-out" aria-describedby="tier-enterprise">
<a target="_blank" href="https://gumroad.com/l/saas-boilerplate-enterprise?offer_code=launch-website&wanted=true" class="flex items-center justify-center px-5 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-gray-900 hover:bg-gray-800 focus:outline-none focus:shadow-outline transition duration-150 ease-in-out" aria-describedby="tier-enterprise">
Details
</a>
</div>
@ -566,3 +566,7 @@
@endsection
@push('scripts')
<script type="text/javascript" src="https://gumroad.com/js/gumroad.js"></script>
@endpush