Skip to content

Commit 1ea2791

Browse files
committed
Newsletter alert
1 parent 17b838a commit 1ea2791

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="flex items-center justify-center bg-teal-500 p-2 text-center text-sm text-white text-balance">
2-
<a href="https://github.com/orgs/NativePHP/discussions/278" onclick="fathom.trackEvent('alert_click');">
3-
Windows support is here! 🔥 Read the full announcement &rightarrow;
2+
<a href="/newsletter" onclick="fathom.trackEvent('alert_click');">
3+
📲&nbsp;&nbsp;Excited for NativePHP for iOS and Android? Sign up for the newsletter &rightarrow;
44
</a>
55
</div>

routes/web.php

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
|
1616
*/
1717

18+
Route::redirect('/newsletter', 'https://simonhamp.mailcoach.app/nativephp');
19+
1820
Route::get('/', function () {
1921
return view('welcome');
2022
});

0 commit comments

Comments
 (0)