File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
resources/views/components Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
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 &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 ;
4
4
</a >
5
5
</div >
Original file line number Diff line number Diff line change 15
15
|
16
16
*/
17
17
18
+ Route::redirect ('/newsletter ' , 'https://simonhamp.mailcoach.app/nativephp ' );
19
+
18
20
Route::get ('/ ' , function () {
19
21
return view ('welcome ' );
20
22
});
You can’t perform that action at this time.
0 commit comments