Skip to content

Commit 62b7782

Browse files
committed
wip
1 parent 6371f4d commit 62b7782

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ We'd like to thank these **amazing companies** for sponsoring us. If you are int
2828
- [Steadfast Collective](https://steadfastcollective.com/uk-laravel-agency)
2929
- [BairesDev](https://www.bairesdev.com/sponsoring-open-source-projects/)
3030
- [Remotely Works](https://www.remotely.works/sponsoring-open-source-projects)
31+
- [Zunction](https://zunction.io)
3132

3233
## Requirements
3334

public/images/sponsors/zunction.png

18.1 KB
Loading

resources/views/layouts/_sponsors.blade.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
<div class="col-span-2 flex justify-center lg:col-span-1">
4747
<x-sponsor-logo url="https://www.remotely.works/sponsoring-open-source-projects" logo="{{ asset('images/sponsors/remotely.png') }}" company="Remotely Works" />
4848
</div>
49+
50+
<div class="col-span-2 flex justify-center lg:col-span-1">
51+
<x-sponsor-logo url="https://zunction.io" logo="{{ asset('images/sponsors/zunction.png') }}" company="Zunction" />
52+
</div>
4953
</div>
5054

5155
<x-ads.cta primary class="mt-8 md:mt-12">

0 commit comments

Comments
 (0)