Skip to content

Commit 91f1961

Browse files
committed
New sponsor
1 parent f7d06c5 commit 91f1961

File tree

4 files changed

+249
-0
lines changed

4 files changed

+249
-0
lines changed

docs/src/components/Hero.astro

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

1237+
<a href="https://redberry.international/filament-development" target="_blank" class="block bg-white rounded-xl my-auto">
1238+
<img src="/images/sponsors/banners/redberry.png" alt="Redberry" class="block">
1239+
</a>
1240+
12371241
<a href="https://tappnetwork.com" target="_blank" class="block bg-white rounded-xl my-auto">
12381242
<img src="https://github.com/filamentphp/filament/assets/44533235/cd8be68b-59f3-4b93-8b25-f82c6f2d7864" alt="Tapp Network" class="block">
12391243
</a>
50.7 KB
Loading

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

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

302302
<x-sponsors.ploi />
303303

304+
<x-sponsors.redberry />
305+
304306
<x-sponsors.tapp-network />
305307

306308
<x-sponsors.agiledrop />

0 commit comments

Comments
 (0)