Skip to content

Commit 00b07c6

Browse files
committed
Merge branch 'main' into 4.x
2 parents e613120 + dc36209 commit 00b07c6

File tree

6 files changed

+302
-299
lines changed

6 files changed

+302
-299
lines changed

docs/src/components/Footer.astro

Lines changed: 146 additions & 146 deletions
Large diffs are not rendered by default.

docs/src/components/Hero.astro

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -757,10 +757,6 @@ const { getStartedLink } = Astro.props
757757
<img src="https://user-images.githubusercontent.com/41773797/166302471-b5f7596e-87af-4716-b73d-63241efd8756.png" alt="Ploi" class="block rounded-xl">
758758
</a>
759759

760-
<a href="https://larafast.com?ref=filament" target="_blank" class="block my-auto">
761-
<img src="https://github.com/user-attachments/assets/5d2fe13a-cd0e-4bf6-ae62-9477510ddc66" alt="Larafast" class="block rounded-xl">
762-
</a>
763-
764760
<a href="https://tappnetwork.com" target="_blank" class="block bg-white rounded-xl my-auto">
765761
<img src="https://github.com/filamentphp/filament/assets/44533235/cd8be68b-59f3-4b93-8b25-f82c6f2d7864" alt="Tapp Network" class="block">
766762
</a>
@@ -773,10 +769,6 @@ const { getStartedLink } = Astro.props
773769
<img src="https://github.com/filamentphp/filament/assets/41773797/2e253117-8308-4f5f-9081-aaed455a508f" alt="Agiledrop" class="block rounded-xl">
774770
</a>
775771

776-
<a href="https://borah.digital/?ref=filament" target="_blank" class="block my-auto">
777-
<img src="https://github.com/user-attachments/assets/e055a138-e9bd-4ac3-a5ee-a3af4db05260" alt="Borah" class="block rounded-xl">
778-
</a>
779-
780772
<a href="https://cleavr.io/?utm_source=filament" target="_blank" class="block my-auto">
781773
<img src="https://github.com/filamentphp/filament/assets/41773797/79b9b78f-b52b-4b32-9302-4f083dc81d73" alt="Cleavr" class="block rounded-xl">
782774
</a>
@@ -978,10 +970,18 @@ const { getStartedLink } = Astro.props
978970
</svg>
979971
</a>
980972

973+
<a href="https://pingniner.com/?utm_source=filament" target="_blank" class="block my-auto">
974+
<img src="https://github.com/user-attachments/assets/efecfa02-9d6e-409e-90be-ab741efc29f8" alt="Pingniner" class="block rounded-xl">
975+
</a>
976+
981977
<a href="https://saasykit.com/?utm_source=filament" target="_blank" class="block my-auto">
982978
<img src="https://github.com/filamentphp/filament/assets/41773797/75a51120-45f5-45da-930c-1f3575ddc742" alt="SaaSykit" class="block rounded-xl">
983979
</a>
984980

981+
<a href="https://scoreagency.nl/?utm_source=filament" target="_blank" class="block my-auto">
982+
<img src="https://github.com/user-attachments/assets/9d046760-631d-4fae-85f7-e92ca3f380de" alt="Score Agency" class="block rounded-xl">
983+
</a>
984+
985985
<a href="https://serverauth.com/?utm_source=filament&utm_medium=web&utm_campaign=sponsor" target="_blank" class="block my-auto">
986986
<img src="https://github.com/filamentphp/filament/assets/41773797/75883041-4bc7-4211-8b0c-f5f34ffb8d6c" alt="Server Auth" class="block rounded-xl">
987987
</a>

docs/src/layouts/BaseLayout.astro

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site);
130130
x-data="{
131131
banner: null,
132132
}"
133-
x-init="banner = Math.floor(Math.random() * 3)"
133+
x-init="banner = Math.floor(Math.random() * 4)"
134134
class="max-w-8xl mx-auto px-4 py-1.5 sm:px-6 lg:px-8 text-sm text-center text-white min-h-9"
135135
>
136136
<span x-show="banner === 0">
@@ -139,9 +139,14 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site);
139139
<span
140140
x-show="banner === 1"
141141
>
142-
Build faster with <a href="https://whizzy.dev/?utm_source=filament&amp;utm_medium=referral&amp;utm_campaign=partner&amp;utm_content=banner" target="_blank" class="underline">Whizzy</a>.
142+
Build faster with <a href="https://whizzy.dev/projects?utm_source=filament&amp;utm_medium=referral&amp;utm_campaign=partner&amp;utm_content=banner" target="_blank" class="underline">Whizzy</a>.
143143
</span>
144-
<span x-show="banner === 2">
144+
<span
145+
x-show="banner === 2"
146+
>
147+
Customize your design with <a href="https://whizzy.dev/themes?utm_source=filament&amp;utm_medium=referral&amp;utm_campaign=partner&amp;utm_content=banner" target="_blank" class="underline">Filament Themes</a>.
148+
</span>
149+
<span x-show="banner === 3">
145150
Love Filament? We'd really appreciate your <a href="https://github.com/filamentphp/filament?sponsor=1" target="_blank" class="underline">sponsorship</a> to fund the maintenance and support of the project.
146151
</span>
147152
</div>
49.9 KB
Loading

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,6 @@ class="col-span-full flex flex-wrap justify-around gap-x-10 gap-y-12"
295295

296296
<x-sponsors.vormkracht10 />
297297

298-
<x-sponsors.larafast />
299-
300298
<x-sponsors.lunar />
301299

302300
<x-sponsors.ploi />

0 commit comments

Comments
 (0)