File tree 2 files changed +3
-2
lines changed
2 files changed +3
-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-md text-white text-balance transition-all ease-out duration-500 -translate-y-[100%]"
2
- x-init =" $el.classList.add('- translate-y-0')" >
2
+ x-init =" $el.classList.add('translate-y-0')" >
3
3
<a href =" /newsletter" onclick =" fathom.trackEvent('alert_click');" >
4
4
📲  ;  ; Excited for NativePHP for iOS and Android? <u >Sign up for the newsletter &rightarrow ; </u >
5
5
</a >
Original file line number Diff line number Diff line change 2
2
<x-slot name =" sidebarLeft" >
3
3
{!! $navigation ! !}
4
4
</x-slot >
5
+
5
6
<x-slot name =" sidebarRight" >
6
7
<x-toc-and-sponsors :tableOfContents =" $tableOfContents" />
7
8
</x-slot >
49
50
</x-flex-list-of-links >
50
51
51
52
<x-separator class =" mt-8 -mr-4 -ml-4" />
53
+
52
54
<div class =" mt-4 text-center" >
53
55
<x-link-subtle href =" {{ $editUrl } }" target =" _blank" rel =" noopener" >
54
56
Edit this page on GitHub
55
57
</x-link-subtle >
56
58
</div >
57
59
58
-
59
60
</x-layout-three-columns >
You can’t perform that action at this time.
0 commit comments