8000 Sponsor · SRWieZ/fork-nativephp.com@17b838a · GitHub
[go: up one dir, main page]

Skip to content

Commit 17b838a

Browse files
committed
Sponsor
1 parent 33c3628 commit 17b838a

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

public/img/sponsors/borah.png

156 KB
Loading
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@props(['height' => 'h-12'])
22

3-
<a href="https://www.redgalaxy.co.uk/" title="RedGalaxy sponsor">
3+
<a href="https://www.redgalaxy.co.uk/" title="RedGalaxy">
44
<x-sponsors.redgalaxy class="block {{ $height }} max-w-full"/>
55
</a>
66

7-
<a href="https://sevalla.com/?utm_source=nativephp&utm_medium=Referral&utm_campaign=homepage" title="Sevalla sponsor">
7+
<a href="https://sevalla.com/?utm_source=nativephp&utm_medium=Referral&utm_campaign=homepage" title="Sevalla">
88
<x-sponsors.sevalla class="{{ $height }} text-black dark:text-white max-w-full"/>
99
</a>
1010

@@ -14,6 +14,10 @@
1414
</a>
1515
--}}
1616

17-
<a href="https://www.kaashosting.nl/?lang=en" class="block {{ $height }}" title="KaasHosting sponsor">
17+
<a href="https://www.kaashosting.nl/?lang=en" class="block {{ $height }}" title="KaasHosting">
1818
<x-sponsors.kaashosting class="block {{ $height }} fill-[#042340] dark:fill-white max-w-full"/>
1919
</a>
20+
21+
<a href="https://borah.digital/" class="block {{ $height }}" title="Borah Digital Labs">
22+
<x-sponsors.borah class="block {{ $height }} fill-[#042340] dark:fill-white max-w-full"/>
23+
</a>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<img src="/img/sponsors/borah.png" class="block h-14 w-auto max-w-full">

0 commit comments

Comments
 (0)
0