File tree Expand file tree Collapse file tree 4 files changed +129
-3
lines changed Expand file tree Collapse file tree 4 files changed +129
-3
lines changed Original file line number Diff line number Diff line change @@ -270,13 +270,24 @@ export const asideSponsors: ISponsor[] = [
270
270
} ,
271
271
sponsorEntity : {
272
272
__typename : "Organization" ,
273
- login : "driz.link/gold " ,
274
- name : "Become a Gold Sponsor " ,
273
+ login : "driz.link/singlestore " ,
274
+ name : "SingleStore " ,
275
275
avatarUrl :
276
276
'<svg width="1200" height="1200" viewBox="0 0 1200 1200" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>' ,
277
277
} ,
278
- createdAt : "2023-11-16T13 :32:16Z" ,
278
+ createdAt : "2023-06-11T13 :32:16Z" ,
279
279
isActive : true ,
280
280
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
+ } ,
281
292
} ,
282
293
] ;
You can’t perform that action at this time.
0 commit comments