Skip to content

Commit 6bec8ae

Browse files
committed
Point to EAP
1 parent 842f626 commit 6bec8ae

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="flex items-center justify-center bg-teal-500 p-2 text-center text-md text-white text-balance transition-all ease-out duration-500 -translate-y-[100%]"
22
x-init="$el.classList.add('translate-y-0')">
33
<a href="/newsletter" onclick="fathom.trackEvent('alert_click');">
4-
📲&nbsp;&nbsp;Excited for NativePHP for iOS and Android? <u>Sign up for the newsletter &rightarrow;</u>
4+
📲&nbsp;&nbsp;Join the NativePHP for mobile Early Access Program &rightarrow;
55
</a>
66
</div>

resources/views/early-adopter.blade.php

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ class="rounded-md bg-teal-500 px-8 py-4 text-2xl font-semibold text-white shadow
2424
Get early access now!
2525
</a>
2626
</div>
27+
28+
<p class="mx-auto mt-6 max-w-xl text-pretty text-sm/8 text-gray-400 dark:text-gray-400">
29+
Not ready to join the EAP?<br>
30+
<a href="/newsletter" class="underline">Sign up for the newsletter</a> to keep up with the
31+
latest developments.
32+
</p>
2733
</div>
2834
</div>
2935

0 commit comments

Comments
 (0)