We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b838a commit 1ea2791Copy full SHA for 1ea2791
resources/views/components/alert.blade.php
@@ -1,5 +1,5 @@
1
<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 →
+ <a href="/newsletter" onclick="fathom.trackEvent('alert_click');">
+ 📲 Excited for NativePHP for iOS and Android? Sign up for the newsletter →
4
</a>
5
</div>
routes/web.php
@@ -15,6 +15,8 @@
15
|
16
*/
17
18
+Route::redirect('/newsletter', 'https://simonhamp.mailcoach.app/nativephp');
19
+
20
Route::get('/', function () {
21
return view('welcome');
22
});
0 commit comments