Skip to content

Commit 16bd038

Browse files
committed
More sponsor removal
1 parent 9575b8f commit 16bd038

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

resources/views/components/home/partners.blade.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,6 @@ class="w-3 shrink-0 transition duration-200 will-change-transform group-hover:tr
156156
class="grid w-full grid-cols-[repeat(auto-fill,minmax(10rem,1fr))] gap-3.5 lg:w-auto lg:grid-cols-1 xl:grid-cols-2"
157157
aria-label="Partners of the NativePHP project"
158158
>
159-
<x-home.partner-card
160-
partnerName="RedGalaxy"
161-
href="https://www.redgalaxy.co.uk/"
162-
>
163-
<x-sponsors.logos.redgalaxy
164-
alt="RedGalaxy logo"
165-
loading="lazy"
166-
/>
167-
</x-home.partner-card>
168159
<x-home.partner-card
169160
partnerName="Sevalla"
170161
href="https://sevalla.com/?utm_source=nativephp&utm_medium=Referral&utm_campaign=homepage"

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
@php
22
$sponsors = [
3-
[
4-
'url' => 'https://www.redgalaxy.co.uk/',
5-
'title' => 'Learn more about RedGalaxy',
6-
'label' => 'Visit RedGalaxy website',
7-
'component' => 'sponsors.logos.redgalaxy',
8-
'class' => 'h-auto max-h-8 max-w-full',
9-
'alt' => 'RedGalaxy logo',
10-
'name' => 'RedGalaxy',
11-
],
123
[
134
'url' => 'https://sevalla.com/?utm_source=nativephp&utm_medium=Referral&utm_campaign=homepage',
145
'title' => 'Learn more about Sevalla',

0 commit comments

Comments
 (0)