File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
resources/views/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<div class =" flex items-center flex-shrink-0 px-2" >
2
2
<a href =" https://laravel.io" >
3
- <img class =" w-full dark:hidden" src =" {{ asset (' images/laravelio.svg' ) } }" alt =" Laravel.io Logo" />
4
- <img class =" w-full hidden dark:inline" src =" {{ asset (' images/laravelio-white.svg' ) } }" alt =" Laravel.io Logo" />
3
+ <img class =" w-full h-16 dark:hidden" src =" {{ asset (' images/laravelio.svg' ) } }" alt =" Laravel.io Logo" />
4
+ <img class =" w-full h-16 hidden dark:inline" src =" {{ asset (' images/laravelio-white.svg' ) } }" alt =" Laravel.io Logo" />
5
5
</a >
6
6
</div >
7
7
8
- {!! $errors -> first (' code' , ' <p class="mt-8 text-red-600 font-medium">:message</p>' ) ! !}
8
+ {!! $errors -> first (' code' , ' <p class="mt-4 text-red-600 font-medium text-center ">:message</p>' ) ! !}
9
9
10
- <nav class =" mt-5 " aria-label =" Sidebar" >
10
+ <nav class =" mt-4 " aria-label =" Sidebar" >
11
11
<div class =" space-y-1" >
12
12
{!! $slot ! !}
13
13
</div >
You can’t perform that action at this time.
0 commit comments