Skip to content

Commit 52c3e4a

Browse files
committed
Merge remote-tracking branch 'origin/4.x' into 4.x
2 parents 0214380 + 0ac8484 commit 52c3e4a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed
-17.7 KB
Loading

public/www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h1 class="mt-8 text-4xl sm:text-5xl/14 xl:text-6xl/15 tracking-tight font-title
203203
{ href: 'https://coderabbit.ai/?ref=pestphp', img: '/www/assets/sponsors/coderabbit.svg', alt: 'CodeRabbit', class: 'h-7 md:h-9 object-contain' },
204204
{ href: 'https://laracasts.com/?ref=pestphp', img: '/www/assets/sponsors/laracasts.svg', alt: 'Laracasts', class: 'h-6 md:h-6 object-contain' },
205205
{ href: 'https://nativephp.com/?ref=pestphp.com', img: '/www/assets/sponsors/native-php.svg?20082025', alt: 'Native PHP', class: 'h-6 md:h-7 object-contain' },
206-
{ href: 'https://redberry.international/?ref=pestphp.com', img: '/www/assets/sponsors/redberry.png?20082025', alt: 'Redberry', class: 'h-6 md:h-7 object-contain' }
206+
{ href: 'https://redberry.international/laravel-development/?utm_source=pest&utm_medium=banner&utm_campaign=pest_sponsorship', img: '/www/assets/sponsors/redberry.png?20082025', alt: 'Redberry', class: 'h-6 md:h-7 object-contain' }
207207
],
208208
shuffledSponsors: [],
209209
init() {

resources/views/components/docs/sponsors.blade.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<ul
1515
x-data="{
1616
sponsors: [
17-
{ href: 'https://laracasts.com/?ref=pestphp', img: '/www/assets/sponsors/laracasts.svg', class: 'w-auto h-12' },
18-
{ href: 'https://nativephp.com/?ref=pestphp.com', img: '/www/assets/sponsors/native-php.svg', class: 'w-auto h-12' },
19-
{ href: 'https://coderabbit.ai/?ref=pestphp', img: '/www/assets/sponsors/coderabbit.svg', class: 'w-auto h-12' },
20-
{ href: 'https://cmsmax.com/?ref=pestphp', img: '/www/assets/sponsors/cmsmax.png', class: 'w-auto h-10' },
21-
{ href: 'https://redberry.international/?ref=pestphp.com', img: '/www/assets/sponsors/redberry.png', class: 'w-auto h-9' }
17+
{ href: 'https://laracasts.com/?ref=pestphp', img: '/www/assets/sponsors/laracasts.svg', class: 'w-auto' },
18+
{ href: 'https://nativephp.com/?ref=pestphp.com', img: '/www/assets/sponsors/native-php.svg', class: 'w-auto' },
19+
{ href: 'https://coderabbit.ai/?ref=pestphp', img: '/www/assets/sponsors/coderabbit.svg', class: 'w-auto' },
20+
{ href: 'https://cmsmax.com/?ref=pestphp', img: '/www/assets/sponsors/cmsmax.png', class: 'w-auto' },
21+
{ href: 'https://redberry.international/laravel-development/?utm_source=pest&utm_medium=banner&utm_campaign=pest_sponsorship', img: '/www/assets/sponsors/redberry.png', class: 'w-auto' }
2222
],
2323
shuffledSponsors: [],
2424
init() {

resources/www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h1 class="mt-8 text-4xl sm:text-5xl/14 xl:text-6xl/15 tracking-tight font-title
201201
{ href: 'https://coderabbit.ai/?ref=pestphp', img: '/www/assets/sponsors/coderabbit.svg', alt: 'CodeRabbit', class: 'h-7 md:h-9 object-contain' },
202202
{ href: 'https://laracasts.com/?ref=pestphp', img: '/www/assets/sponsors/laracasts.svg', alt: 'Laracasts', class: 'h-6 md:h-6 object-contain' },
203203
{ href: 'https://nativephp.com/?ref=pestphp.com', img: '/www/assets/sponsors/native-php.svg?20082025', alt: 'Native PHP', class: 'h-6 md:h-7 object-contain' },
204-
{ href: 'https://redberry.international/?ref=pestphp.com', img: '/www/assets/sponsors/redberry.png?20082025', alt: 'Redberry', class: 'h-6 md:h-7 object-contain' }
204+
{ href: 'https://redberry.international/laravel-development/?utm_source=pest&utm_medium=banner&utm_campaign=pest_sponsorship', img: '/www/assets/sponsors/redberry.png?20082025', alt: 'Redberry', class: 'h-6 md:h-7 object-contain' }
205205
],
206206
shuffledSponsors: [],
207207
init() {
-17.7 KB
Loading

0 commit comments

Comments
 (0)