Skip to content

Commit 53aa9a5

Browse files
committed
Fix transition
1 parent cfaa458 commit 53aa9a5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

resources/views/components/alert.blade.php

+1-1
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-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')">
33
<a href="/newsletter" onclick="fathom.trackEvent('alert_click');">
44
📲&nbsp;&nbsp;Excited for NativePHP for iOS and Android? <u>Sign up for the newsletter &rightarrow;</u>
55
</a>

resources/views/docs/index.blade.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<x-slot name="sidebarLeft">
33
{!! $navigation !!}
44
</x-slot>
5+
56
<x-slot name="sidebarRight">
67
<x-toc-and-sponsors :tableOfContents="$tableOfContents"/>
78
</x-slot>
@@ -49,11 +50,11 @@
4950
</x-flex-list-of-links>
5051

5152
<x-separator class="mt-8 -mr-4 -ml-4"/>
53+
5254
<div class="mt-4 text-center">
5355
<x-link-subtle href="{{ $editUrl }}" target="_blank" rel="noopener">
5456
Edit this page on GitHub
5557
</x-link-subtle>
5658
</div>
5759

58-
5960
</x-layout-three-columns>

0 commit comments

Comments
 (0)