Skip to content

Commit 3f71284

Browse files
✨ Improve sponsor images
1 parent 7c4d4ea commit 3f71284

File tree

9 files changed

+5
-5
lines changed

9 files changed

+5
-5
lines changed
-6.98 KB
Binary file not shown.
3.39 KB
Binary file not shown.

public/img/sponsors/beyondcode.png

-8.92 KB
Binary file not shown.

public/img/sponsors/beyondcode.webp

5.5 KB
Binary file not shown.

public/img/sponsors/borah.png

-156 KB
Binary file not shown.

public/img/sponsors/borah.webp

9.35 KB
Binary file not shown.

resources/views/components/sponsors/lists/docs/featured-sponsors.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ class="inline-grid h-16 w-full shrink-0 place-items-center rounded-2xl bg-gray-1
66
rel="noopener sponsored"
77
>
88
<img
9-
src="/img/sponsors/beyondcode.png"
9+
src="/img/sponsors/beyondcode.webp"
1010
alt="BeyondCode company logo - featured sponsor"
1111
class="block h-auto max-h-8 max-w-full dark:hidden"
1212
loading="lazy"
1313
width="128"
1414
height="32"
1515
/>
1616
<img
17-
src="/img/sponsors/beyondcode-dark.png"
17+
src="/img/sponsors/beyondcode-dark.webp"
1818
alt="BeyondCode company logo - featured sponsor"
1919
class="hidden h-auto max-h-8 max-w-full dark:block"
2020
loading="lazy"

resources/views/components/sponsors/lists/home/featured-sponsors.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ class="inline-grid h-32 w-60 shrink-0 place-items-center rounded-2xl bg-gray-100
1010
rel="sponsored"
1111
>
1212
<img
13-
src="/img/sponsors/beyondcode.png"
13+
src="/img/sponsors/beyondcode.webp"
1414
class="block h-auto max-h-10 max-w-full dark:hidden"
1515
loading="lazy"
1616
alt="BeyondCode logo - PHP development tools and packages"
1717
width="160"
1818
height="40"
1919
/>
2020
<img
21-
src="/img/sponsors/beyondcode-dark.png"
21+
src="/img/sponsors/beyondcode-dark.webp"
2222
class="hidden h-auto max-h-10 max-w-full dark:block"
2323
loading="lazy"
2424
alt="BeyondCode logo - PHP development tools and packages"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img
22
{{ $attributes }}
3-
src="/img/sponsors/borah.png"
3+
src="/img/sponsors/borah.webp"
44
width="88"
55
height="32"
66
/>

0 commit comments

Comments
 (0)