@@ -333,25 +333,22 @@ export const asideSponsors: ISponsor[] = [
333
333
} ,
334
334
sponsorEntity : {
335
335
__typename : "Organization" ,
336
- login : "driz.link/mooncake " ,
337
- name : "Mooncake " ,
336
+ login : "driz.link/praha " ,
337
+ name : "PrAha " ,
338
338
avatarUrl :
339
339
'<svg width="1200" height="1200" viewBox="0 0 1200 1200" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>' ,
340
340
} ,
341
- createdAt : "2024 -06-07T13 :32:16Z" ,
341
+ createdAt : "2023 -06-11T13 :32:16Z" ,
342
342
isActive : true ,
343
343
imageType : ImageType . SVG ,
344
344
darkStyle : {
345
- padding : "4px" ,
346
- filter : "grayscale(1) brightness(2) opacity(0.2)" ,
345
+ filter : "brightness(10) grayscale(1) opacity(0.3)" ,
347
346
background :
348
- 'url("/images/mooncake-white.png ") 0% 0% / contain no-repeat content-box' ,
347
+ 'url("/svg/praha-dark.svg ") 0% 0% / cover no-repeat content-box' ,
349
348
} ,
350
349
lightStyle : {
351
- padding : "4px" ,
352
- filter : "grayscale(1) opacity(0.4)" ,
353
- background :
354
- 'url("/images/mooncake.png") 0% 0% / contain no-repeat content-box' ,
350
+ filter : "invert(0.6) brightness(0) opacity(0.3)" ,
351
+ background : 'url("/svg/praha-light.svg") 0% 0% / cover no-repeat content-box' ,
355
352
} ,
356
353
} ,
357
354
{
@@ -361,13 +358,25 @@ export const asideSponsors: ISponsor[] = [
361
358
} ,
362
359
sponsorEntity : {
363
360
__typename : "Organization" ,
364
- login : "driz.link/sponsor " ,
365
- name : "Sponsor " ,
361
+ login : "driz.link/mooncake " ,
362
+ name : "Mooncake " ,
366
363
avatarUrl :
367
- '<svg width="1200" height="1200" viewBox="0 0 1200 1200" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>' ,
364
+ '<svg width="1200" height="1200" viewBox="0 0 1200 1200" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>' ,
368
365
} ,
369
- createdAt : "2024-08-13T16:35:56Z " ,
366
+ createdAt : "2024-06-07T13:32:16Z " ,
370
367
isActive : true ,
371
- imageType : ImageType . IMAGE ,
372
- }
368
+ imageType : ImageType . SVG ,
369
+ darkStyle : {
370
+ padding : "4px" ,
371
+ filter : "grayscale(1) brightness(2) opacity(0.2)" ,
372
+ background :
373
+ 'url("/images/mooncake-white.png") 0% 0% / contain no-repeat content-box' ,
374
+ } ,
375
+ lightStyle : {
376
+ padding : "4px" ,
377
+ filter : "grayscale(1) opacity(0.4)" ,
378
+ background :
379
+ 'url("/images/mooncake.png") 0% 0% / contain no-repeat content-box' ,
380
+ } ,
381
+ } ,
373
382
] ;
0 commit comments