Skip to content

Commit a81bb3b

Browse files
committed
+
1 parent d0eddbd commit a81bb3b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

public/images/sheetjs.png

8.93 KB
Loading

src/data/custom-sponsors.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,4 +361,19 @@ export const customSponsors: ISponsor[] = [
361361
isActive: true,
362362
imageType: ImageType.IMAGE,
363363
},
364+
{
365+
tier: {
366+
name: "$250 a month",
367+
isOneTime: false,
368+
},
369+
sponsorEntity: {
370+
__typename: "Organization",
371+
login: "sheetjs.com",
372+
name: "SheetJS",
373+
avatarUrl: "/images/sheetjs.png",
374+
},
375+
createdAt: "2024-08-13T16:35:56Z",
376+
isActive: true,
377+
imageType: ImageType.IMAGE,
378+
},
364379
];

0 commit comments

Comments
 (0)