File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
resources/views/components Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,16 @@ class="mt-2 flex flex-col space-y-2 border-l text-xs dark:border-l-white/15"
30
30
{{-- Sponsor us --}}
31
31
<a
32
32
href =" https://github.com/nativephp/laravel?sponsor=1"
33
- class =" mt-5 grid w-40 place-items-center gap-2 rounded-xl bg-pink-100 px-5 pb-3 pt-3.5 text-center transition duration-300 ease-in-out hover:bg-pink-200/80 dark:bg-pink-600/10 dark:hover:bg-pink-600/15"
33
+ class =" mt-10 grid w-40 place-items-center gap-2 rounded-xl bg-pink-100 px-5 pb-3 pt-3.5 text-center transition duration-300 ease-in-out hover:bg-pink-200/80 dark:bg-pink-600/10 dark:hover:bg-pink-600/15"
34
34
>
35
35
<x-icons .love-baloons class =" w-9" />
36
36
<div class =" text-sm font-medium dark:font-normal" >Sponsor us on GitHub</div >
37
37
</a >
38
38
39
39
{{-- Featured sponsors --}}
40
- <h3 class =" inline-flex items-center gap-1.5 pt-3.5 text-sm opacity-60" >
40
+ <h3
41
+ class =" mt-7 inline-flex items-center gap-1.5 border-t border-t-black/20 pt-5 text-sm opacity-60 dark:border-t-white/15"
42
+ >
41
43
{{-- Icon --}}
42
44
<x-icons .star-circle class =" size-[18px]" />
43
45
@@ -50,7 +52,7 @@ class="mt-5 grid w-40 place-items-center gap-2 rounded-xl bg-pink-100 px-5 pb-3
50
52
51
53
{{-- Corporate sponsors --}}
52
54
<h3
53
- class =" mt-5 inline-flex items-center gap-1.5 border-t border-t-black/20 pt-3. 5 text-sm opacity-60 dark:border-t-white/15"
55
+ class =" mt-7 inline-flex items-center gap-1.5 border-t border-t-black/20 pt-5 text-sm opacity-60 dark:border-t-white/15"
54
56
>
55
57
{{-- Icon --}}
56
58
<x-icons .briefcase class =" size-[18px]" />
You can’t perform that action at this time.
0 commit comments