File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
<body class =" w-full h-screen text-slate-900 bg-gray-50 dark:bg-gray-900 dark:text-white" >
23
23
<x-alert />
24
24
25
- <main id =" app" class =" flex flex-col items-center justify-center min-h-screen" >
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-0 " >
25
+ <main id =" app" class =" flex flex-col items-center min-h-screen" >
26
+ <header class =" flex flex-col items-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-24 " >
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