mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
35 lines
625 B
TypeScript
35 lines
625 B
TypeScript
export const sponsors = [
|
|
{
|
|
tier: 'Gold Sponsors',
|
|
size: 'big',
|
|
items: [
|
|
{
|
|
name: 'devowl',
|
|
url: 'https://devowl.io/',
|
|
img: '/img/devowl.io.svg'
|
|
},
|
|
{
|
|
name: 'GoodX',
|
|
url: 'https://goodx.international/',
|
|
img: '/img/goodx.svg'
|
|
},
|
|
{
|
|
name: 'Magic',
|
|
url: 'https://magic.dev/',
|
|
img: '/img/magic.png'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
tier: 'Community Sponsors',
|
|
size: 'big',
|
|
items: [
|
|
{
|
|
name: 'Cloudsmith',
|
|
url: 'https://cloudsmith.com/',
|
|
img: '/img/cloudsmith.svg'
|
|
}
|
|
]
|
|
}
|
|
];
|