Skip to content

Commit

Permalink
tweak this a bit based on some feedback. (FusionAuth#3138)
Browse files Browse the repository at this point in the history
make it a little less 'in your face'
  • Loading branch information
mooreds authored Jul 1, 2024
1 parent 69fabed commit 6314f7d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions astro/src/components/quickstarts/QuickstartTshirtCTA.astro
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<section
class="flex flex-wrap border-indigo-400 border rounded p-2 gap-2 md:p-8"
class="flex flex-wrap border rounded p-2 gap-2 md:p-8"
>
<div class="flex flex-col gap-8 min-w-full xl:min-w-[520px] md:flex-1">
<h2 class="text-5xl">
Made it this far? Get a <span class="text-[#15b8a6]">free</span> t-shirt, on
us!
<h2>
Made it this far? Want a <span class="text-[#15b8a6]">free</span> t-shirt? We got ya.
</h2>
<p class="text-3xl not-prose">
<p class="not-prose">
Thank you for spending some time getting familiar with Fusion<span
class="text-[#f58320]">Auth.</span
>
class="text-[#f58320]">Auth</span>.
</p>
<div class="flex">
<a href="https://go.fusionauth.io/tshirt" class="not-prose">
Expand All @@ -21,7 +19,7 @@
</button>
</a>
</div>
<p class="text-md md:text-lg not-prose">
<p class="text-md not-prose">
*Offer only valid in the United States and Canada, while supplies last.
</p>
</div>
Expand Down

0 comments on commit 6314f7d

Please sign in to comment.