We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0eddbd commit a81bb3bCopy full SHA for a81bb3b
public/images/sheetjs.png
8.93 KB
src/data/custom-sponsors.ts
@@ -361,4 +361,19 @@ export const customSponsors: ISponsor[] = [
361
isActive: true,
362
imageType: ImageType.IMAGE,
363
},
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
379
];
0 commit comments