File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
<div class =" flex items-center px-6 py-4 mb-8 space-x-4 text-lg text-red-800 border-2 border-red-500 bg-red-50 dark:text-white dark:bg-red-800" >
10
10
<span class =" text-5xl" >⚠️</span >
11
11
<span >
12
- NativePHP is currently an <em class =" font-bold" >alpha</em > release and is not ready for production applications
13
- yet.
12
+ NativePHP is currently in <em class =" font-bold" >alpha</em >. We do not recommend distributing
13
+ production releases of your applications yet.
14
14
</span >
15
15
</div >
16
16
Original file line number Diff line number Diff line change 24
24
25
25
<main id =" app" class =" flex flex-col items-center justify-center min-h-screen" >
26
26
<header class =" flex flex-col items-center justify-center flex-1 gap-12 text-center md:py-12" >
27
- <img src =" {{ asset (' logo.svg' ) } }" class =" px-12 lg:h-32 dark:hidden mt-12 lg:mt-auto " >
27
+ <img src =" {{ asset (' logo.svg' ) } }" class =" px-12 lg:h-32 dark:hidden mt-12 lg:mt-0 " >
28
28
<img src =" {{ asset (' logo-dark.svg' ) } }" class =" hidden px-12 lg:h-32 dark:block" >
29
29
<h1 class =" sr-only" >NativePHP</h1 >
30
30
<h3 class =" px-6 mt-12 text-lg leading-tight lg:text-2xl md:text-xl" >
You can’t perform that action at this time.
0 commit comments