mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
Co-authored-by: Pete Davison <pd93.uk@outlook.com> Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>
14 lines
209 B
TypeScript
14 lines
209 B
TypeScript
export const sponsors = [
|
|
{
|
|
tier: 'Gold Sponsors',
|
|
size: 'big',
|
|
items: [
|
|
{
|
|
name: 'devowl',
|
|
url: 'https://devowl.io/',
|
|
img: '/img/devowl.io.svg'
|
|
}
|
|
]
|
|
}
|
|
];
|