Skip to content

Commit 6a7343a

Browse files
committed
wip
1 parent d3e2fab commit 6a7343a

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
- [BairesDev](https://www.bairesdev.com/sponsoring-open-source-projects/)
2929
- [Remotely Works](https://www.remotely.works/sponsoring-open-source-projects)
3030
- [Dotcom-monitor](https://www.dotcom-monitor.com/sponsoring-open-source-projects/)
31+
- [N-iX](https://www.n-ix.com/)
3132

3233
## Requirements
3334

public/images/sponsors/n-ix.png

8.22 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.dotcom-monitor.com/sponsoring-open-source-projects/" logo="{{ asset('images/sponsors/dotcom-monitor.png') }}" company="Dotcom-monitor" />
4848
</div>
49+
50+
<div class="col-span-2 flex justify-center lg:col-span-1">
51+
<x-sponsor-logo url="https://www.n-ix.com/" logo="{{ asset('images/sponsors/n-ix.png') }}" company="N-iX" />
52+
</div>
4953
</div>
5054

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

0 commit comments

Comments
 (0)