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 e4b7f0c commit 6622a6fCopy full SHA for 6622a6f
src/data/aside-sponsors.ts
@@ -468,4 +468,20 @@ export const asideSponsors: ISponsor[] = [
468
'url("/images/mooncake.png") 0% 0% / contain no-repeat content-box',
469
},
470
471
+ {
472
+ tier: {
473
+ name: "$1000 a month",
474
+ isOneTime: false,
475
+ },
476
+ sponsorEntity: {
477
+ __typename: "Organization",
478
+ login: "driz.link/sponsor",
479
+ name: "Sponsor",
480
+ avatarUrl:
481
+ '<svg width="1200" height="1200" viewBox="0 0 1200 1200" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>',
482
483
+ createdAt: "2024-08-13T16:35:56Z",
484
+ isActive: true,
485
+ imageType: ImageType.IMAGE,
486
487
];
0 commit comments