Skip to content

Commit eb13412

Browse files
committed
+
1 parent 89e7d2f commit eb13412

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

src/data/custom-sponsors.ts

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -456,25 +456,20 @@ export const customSponsors: ISponsor[] = [
456456
__typename: "Organization",
457457
login: "driz.link/praha",
458458
name: "PrAha",
459-
avatarUrl: `<svg width="300" height="300" viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg">
460-
<g clip-path="url(#clip0_237_2)">
461-
<path d="M240 0H60C26.8629 0 0 26.8629 0 60V240C0 273.137 26.8629 300 60 300H240C273.137 300 300 273.137 300 240V60C300 26.8629 273.137 0 240 0Z" fill="white"/>
462-
<path d="M55.6969 121.807H30.6548V180.63H45.697V159.958H55.6969C68.6382 159.958 76.0331 151.891 76.0331 140.883C76.0331 129.874 68.6382 121.807 55.6969 121.807ZM54.6881 147.689H45.697V134.076H54.6881C59.4788 134.076 61.7473 137.269 61.7473 140.883C61.7473 144.496 59.4788 147.689 54.6881 147.689Z" fill="#121416"/>
463-
<path d="M97.7971 144.664V138.278H83.9312V180.63H97.7971V159.202C97.7971 153.235 100.486 149.706 105.108 149.706H112.503V138.278H108.049C103.343 138.278 100.234 139.622 97.7971 144.664Z" fill="#121416"/>
464-
<path d="M149.309 121.807H135.023L113.09 180.63H128.637L132.587 169.118H132.599L136.878 156.681H136.872L142.166 141.387L147.066 155.54L155.811 180.63H171.242L149.309 121.807Z" fill="#0074FF"/>
465-
<path d="M204.939 137.605C199.393 137.605 194.938 139.874 192.502 143.151V119.454H178.636V180.63H192.502V157.269C192.502 153.067 195.443 149.874 199.645 149.874C203.846 149.874 206.788 153.067 206.788 157.269V180.63H220.653V153.992C220.653 144.58 214.435 137.605 204.939 137.605Z" fill="#121416"/>
466-
<path d="M249.14 137.605C236.62 137.605 230.149 144.748 229.813 153.319H241.914C241.998 150.294 243.679 147.437 248.3 147.437C252.082 147.437 254.183 149.202 254.183 151.723C254.183 153.74 253.006 155.252 250.821 155.252H244.771C235.863 155.252 229.813 160.294 229.813 168.613C229.813 175.672 235.443 181.303 243.342 181.303C248.804 181.303 253.09 178.95 254.183 175.42V180.63H267.964V153.404C267.964 143.824 259.729 137.605 249.14 137.605ZM254.183 163.992C254.183 167.942 251.662 171.639 247.208 171.639C244.771 171.639 242.922 170.126 242.922 167.942C242.922 165.42 244.687 163.656 247.124 163.656H254.183V163.992Z" fill="#121416"/>
467-
</g>
468-
<defs>
469-
<clipPath id="clip0_237_2">
470-
<rect width="300" height="300" fill="white"/>
471-
</clipPath>
472-
</defs>
473-
</svg>`,
459+
avatarUrl:
460+
'<svg width="1200" height="1200" viewBox="0 0 1200 1200" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>',
474461
},
475462
createdAt: "2024-08-13T16:35:56Z",
476463
isActive: true,
477464
imageType: ImageType.SVG,
465+
darkStyle: {
466+
background:
467+
'url("/svg/praha-dark.svg") 0% 0% / cover no-repeat content-box',
468+
},
469+
lightStyle: {
470+
background:
471+
'url("/svg/praha-light.svg") 0% 0% / cover no-repeat content-box',
472+
},
478473
},
479474
{
480475
tier: {

0 commit comments

Comments
 (0)