Skip to content

Commit 8a5c5de

Browse files
committed
+
1 parent 7a0072c commit 8a5c5de

File tree

4 files changed

+129
-3
lines changed

4 files changed

+129
-3
lines changed

public/svg/single_store_dark.svg

Lines changed: 35 additions & 0 deletions
Loading

public/svg/single_store_light.svg

Lines changed: 35 additions & 0 deletions
Loading

src/data/aside-sponsors.ts

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,13 +270,24 @@ export const asideSponsors: ISponsor[] = [
270270
},
271271
sponsorEntity: {
272272
__typename: "Organization",
273-
login: "driz.link/gold",
274-
name: "Become a Gold Sponsor",
273+
login: "driz.link/singlestore",
274+
name: "SingleStore",
275275
avatarUrl:
276276
'<svg width="1200" height="1200" viewBox="0 0 1200 1200" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>',
277277
},
278-
createdAt: "2023-11-16T13:32:16Z",
278+
createdAt: "2023-06-11T13:32:16Z",
279279
isActive: true,
280280
imageType: ImageType.SVG,
281+
darkStyle: {
282+
padding: "4px",
283+
filter: "brightness(0.3)",
284+
background:
285+
'url("/svg/single_store_dark.svg") 0% 0% / cover no-repeat content-box',
286+
},
287+
lightStyle: {
288+
padding: "4px",
289+
filter: "invert(0.6)",
290+
background: 'url("/svg/single_store_light.svg") 0% 0% / cover no-repeat content-box',
291+
},
281292
},
282293
];

0 commit comments

Comments
 (0)