1
0
mirror of https://github.com/go-task/task.git synced 2025-10-30 23:58:01 +02:00

docs: add magic.dev as a gold sponsor

This commit is contained in:
Andrey Nering
2025-10-17 09:52:59 -03:00
parent 599591ad3c
commit 88101613c8
3 changed files with 11 additions and 1 deletions

View File

@@ -19,7 +19,12 @@
<tr>
<td align="center" valign="middle">
<a target="_blank" href="https://devowl.io">
<img src="https://devowl.io/wp-content/uploads/meta/favicon.webp" height="100px" title="devowl.io" />
<img src="website/src/public/img/devowl.io.svg" height="100px" width="200px" title="devowl.io" />
</a>
</td>
<td align="center" valign="middle">
<a target="_blank" href="https://magic.dev/">
<img src="website/src/public/img/magic.png" height="100px" width="200px" title="Magic" />
</a>
</td>
</tr>

View File

@@ -7,6 +7,11 @@ export const sponsors = [
name: 'devowl',
url: 'https://devowl.io/',
img: '/img/devowl.io.svg'
},
{
name: 'Magic',
url: 'https://magic.dev/',
img: '/img/magic.png'
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB