Skip to content

Commit 26dfe9c

Browse files
committed
chore: adjust sponsors
1 parent 07d7b60 commit 26dfe9c

11 files changed

Lines changed: 108 additions & 9 deletions

File tree

24 KB
Loading
Lines changed: 33 additions & 0 deletions
Loading
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/www/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<link rel="icon" href="/www/favicon.svg" type="image/svg+xml">
2424
<link rel="preconnect" href="https://fonts.googleapis.com">
2525
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
26-
<script type="module" crossorigin src="/www/index.8e7c889a.js"></script>
27-
<link rel="stylesheet" href="/www/index-77f75c3a.css">
26+
<script type="module" crossorigin src="/www/index.80c713b5.js"></script>
27+
<link rel="stylesheet" href="/www/index-56e87cfd.css">
2828
</head>
2929
<body x-data="{ mobileMenuIsOpen: false }" class="relative w-full min-h-screen h-full text-white bg-[#040120] bg-top bg-no-repeat bg-pest">
3030
<div x-show="mobileMenuIsOpen" class="backdrop:bg-transparent lg:hidden z-50 relative">
@@ -201,7 +201,7 @@ <h1 class="mt-8 text-4xl sm:text-5xl/14 xl:text-6xl/15 tracking-tight font-title
201201
sponsors: [
202202
{ href: 'https://cmsmax.com/?ref=pestphp', img: '/www/assets/sponsors/cmsmax.png', alt: 'CMS Max', class: 'h-7 md:h-9 object-contain' },
203203
{ href: 'https://coderabbit.ai/?ref=pestphp', img: '/www/assets/sponsors/coderabbit.svg', alt: 'CodeRabbit', class: 'h-7 md:h-9 object-contain' },
204-
{ href: 'https://devin.ai/?ref=nunomaduro', img: '/www/assets/sponsors/devin.png', alt: 'Devin', class: 'h-7 md:h-9 object-contain' },
204+
{ href: 'https://serpapi.com/?ref=pestphp', img: '/www/assets/sponsors/serpapi.png', alt: 'SerpApi', class: 'h-6 md:h-8 object-contain' },
205205
{ href: 'https://l.rw.rw/pestphp', img: '/www/assets/sponsors/mailtrap.svg', alt: 'Mailtrap', class: 'h-7 md:h-9 object-contain' },
206206
{ href: 'https://tighten.com/?ref=nunomaduro', img: '/www/assets/sponsors/tighten.svg?20082025', alt: 'Tighten', class: 'h-6 md:h-7 object-contain' },
207207
{ 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' }
@@ -238,7 +238,7 @@ <h1 class="mt-8 text-4xl sm:text-5xl/14 xl:text-6xl/15 tracking-tight font-title
238238
{ href: 'https://route4me.com/pt?ref=pestphp', src: '/www/assets/sponsors/route4me.svg', alt: 'Route4Me', class: 'h-6' },
239239
{ href: 'https://getnerdify.com/?ref=pestphp', src: '/www/assets/sponsors/nerdify.png', alt: 'Nerdify', class: 'h-14' },
240240
{ href: 'https://akaunting.com/?ref=pestphp', src: '/www/assets/sponsors/akaunting.svg', alt: 'Akaunting', class: 'h-6' },
241-
{ href: 'https://lambdatest.com/?ref=pestphp', src: '/www/assets/sponsors/lambdatest.svg', alt: 'Lambdatest', class: 'h-8' },
241+
{ href: 'https://www.testmuai.com/?utm_medium=sponsor&utm_source=pest', src: '/www/assets/sponsors/testmu-ai.svg', alt: 'testmu-ai', class: 'h-5' },
242242
],
243243
shuffled: [],
244244
init() {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{ href: 'https://l.rw.rw/pestphp', img: '/www/assets/sponsors/mailtrap.svg', class: 'w-auto h-16' },
1818
{ href: 'https://tighten.com/?ref=nunomaduro', img: '/www/assets/sponsors/tighten.svg', class: 'w-auto' },
1919
{ href: 'https://coderabbit.ai/?ref=pestphp', img: '/www/assets/sponsors/coderabbit.svg', class: 'w-auto h-10' },
20-
{ href: 'https://devin.ai/?ref=nunomaduro', img: '/www/assets/sponsors/devin.png', class: 'w-auto h-14' },
20+
{ href: 'https://serpapi.com/?ref=pestphp', img: '/www/assets/sponsors/serpapi.png', class: 'w-auto h-10' },
2121
{ href: 'https://cmsmax.com/?ref=pestphp', img: '/www/assets/sponsors/cmsmax.png', class: 'w-auto' },
2222
{ 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' }
2323
],
@@ -51,7 +51,7 @@ class="pb-8 border-b border-white/10 lg:gap-6 drop-shadow lg:px-0 flex flex-wrap
5151
{ href: 'https://route4me.com/?ref=pestphp', img: '/www/assets/sponsors/route4me.svg', class: 'w-auto h-6' },
5252
{ href: 'https://getnerdify.com/?ref=pestphp', img: '/www/assets/sponsors/nerdify.png', class: 'w-auto h-14' },
5353
{ href: 'https://akaunting.com/?ref=pestphp', img: '/www/assets/sponsors/akaunting.svg', class: 'w-auto h-5' },
54-
{ href: 'https://lambdatest.com/?ref=pestphp', img: '/www/assets/sponsors/lambdatest.svg', class: 'w-auto h-8' }
54+
{ href: 'https://www.testmuai.com/?utm_medium=sponsor&utm_source=pest', img: '/www/assets/sponsors/testmu-ai.svg', class: 'w-auto h-5' }
5555
],
5656
shuffledSponsors: [],
5757
init() {
24 KB
Loading

0 commit comments

Comments
 (0)