Skip to content

Commit 6622a6f

Browse files
ADDED: responsive media queries for docs sponsors section
1 parent e4b7f0c commit 6622a6f

File tree

3 files changed

+160
-205
lines changed

3 files changed

+160
-205
lines changed

src/data/aside-sponsors.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,4 +468,20 @@ export const asideSponsors: ISponsor[] = [
468468
'url("/images/mooncake.png") 0% 0% / contain no-repeat content-box',
469469
},
470470
},
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+
},
471487
];

0 commit comments

Comments
 (0)