File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1919 <tr>
2020 <td align="center" valign="middle">
2121 <a target="_blank" href="https://devowl.io">
22- <img src="https://devowl.io/wp-content/uploads/meta/favicon.webp" height="100px" title="devowl.io" />
22+ <img src="website/src/public/img/devowl.io.svg" height="100px" width="200px" title="devowl.io" />
23+ </a>
24+ </td>
25+ <td align="center" valign="middle">
26+ <a target="_blank" href="https://magic.dev/">
27+ <img src="website/src/public/img/magic.png" height="100px" width="200px" title="Magic" />
2328 </a>
2429 </td>
2530 </tr>
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ export const sponsors = [
77 name : 'devowl' ,
88 url : 'https://devowl.io/' ,
99 img : '/img/devowl.io.svg'
10+ } ,
11+ {
12+ name : 'Magic' ,
13+ url : 'https://magic.dev/' ,
14+ img : '/img/magic.png'
1015 }
1116 ]
1217 }
You can’t perform that action at this time.
0 commit comments