Skip to content

Commit ba27954

Browse files
authored
docs: fix sponsors (#3182)
1 parent c5a7147 commit ba27954

File tree

1 file changed

+25
-13
lines changed

1 file changed

+25
-13
lines changed

README.md

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,31 @@ return DataTables::make(User::all())->toJson();
2828

2929
## Sponsors
3030

31-
<a href="https://editor.datatables.net?utm_source=laravel-datatables&utm_medium=github_readme&utm_campaign=logo">
32-
<img src="http://datatables.net/media/images/logo.png" alt="DataTables" height="64">
33-
</a>
34-
35-
<a href="https://jb.gg/OpenSourceSupport">
36-
<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png" alt="JetBrains.com" height="128">
37-
</a>
38-
39-
<a href="https://blackfire.io/docs/introduction?utm_source=laravel-datatables&utm_medium=github_readme&utm_campaign=logo">
40-
<img src="https://i.imgur.com/zR8rsqk.png" alt="Blackfire.io" height="64">
41-
</a>
42-
43-
31+
<table>
32+
<body>
33+
<tr>
34+
<td>A big thank you to <a href="https://editor.datatables.net">DataTables</a> for supporting this project with a free DataTables Editor license.</td>
35+
</tr>
36+
</body>
37+
</table>
38+
39+
<table>
40+
<body>
41+
<tr>
42+
<td><img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png" width="50" alt="JetBrains Logo"></td>
43+
<td>A big thank you to <a href="https://www.jetbrains.com">JetBrains</a> for supporting this project with free open-source licenses of their IDEs.</td>
44+
</tr>
45+
</body>
46+
</table>
47+
48+
<table>
49+
<body>
50+
<tr>
51+
<td><img src="https://i.imgur.com/zR8rsqk.png" width="100" alt="Blackfire.io Logo"></td>
52+
<td>A big thank you to <a href="https://blackfire.io/docs/introduction?utm_source=laravel-datatables&utm_medium=github_readme&utm_campaign=logo">Blackfire.io</a> for supporting this project with a free open-source license.</td>
53+
</tr>
54+
</body>
55+
</table>
4456

4557
## Requirements
4658
- [PHP >= 8.2](http://php.net/)

0 commit comments

Comments
 (0)