Skip to content

Commit a34877a

Browse files
committed
Revert "wip"
This reverts commit f701810.
1 parent b0f7c8b commit a34877a

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ We'd like to thank these **amazing companies** for sponsoring us. If you are int
2727
- [Fathom](https://usefathom.com)
2828
- [Tinkerwell](https://tinkerwell.app)
2929
- [BairesDev](https://www.bairesdev.com/sponsoring-open-source-projects/)
30+
- [N-iX](https://www.n-ix.com/)
31+
- [Litslink](https://litslink.com/)
3032

3133
## Requirements
3234

public/images/sponsors/litslink.png

12.2 KB
Loading

public/images/sponsors/n-ix.png

8.22 KB
Loading

resources/views/layouts/_sponsors.blade.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@
3838
<div class="col-span-2 flex justify-center lg:col-span-1">
3939
<x-sponsor-logo url="https://www.bairesdev.com/sponsoring-open-source-projects/" logo="{{ asset('images/sponsors/bairesdev.png') }}" company="BairesDev" />
4040
</div>
41+
42+
<div class="col-span-2 flex justify-center lg:col-span-1">
43+
<x-sponsor-logo url="https://www.n-ix.com/" logo="{{ asset('images/sponsors/n-ix.png') }}" company="N-iX" size="tiny" />
44+
</div>
45+
46+
<div class="col-span-2 flex justify-center lg:col-span-1">
47+
<x-sponsor-logo url="https://litslink.com/" logo="{{ asset('images/sponsors/litslink.png') }}" company="Litslink" />
48+
</div>
4149
</div>
4250

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

0 commit comments

Comments
 (0)