File tree 4 files changed +12
-0
lines changed
4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 23
23
"logoKey" : " navara" ,
24
24
"url" : " https://www.navara.nl/" ,
25
25
"title" : " Navara"
26
+ },
27
+ {
28
+ "logoKey" : " sping" ,
29
+ "url" : " https://sping.nl/" ,
30
+ "title" : " Sping"
31
+ },
32
+ {
33
+ "logoKey" : " jetbrains" ,
34
+ "url" : " https://www.jetbrains.com/" ,
35
+ "title" : " JetBrains"
26
36
}
27
37
]
28
38
},
Original file line number Diff line number Diff line change @@ -7,5 +7,7 @@ export const sponsorLogoMap: { [key: string]: URL } = {
7
7
import . meta. url
8
8
) ,
9
9
navara : new URL ( "/static/sponsors/nav_logo_navy_diap_rgb.png?as=webp&width=200" , import . meta. url ) ,
10
+ jetbrains : new URL ( "/static/sponsors/jetbrains_logo.png?as=webp&width=200" , import . meta. url ) ,
11
+ sping : new URL ( "/static/sponsors/Sping_logo.png?as=webp&width=200" , import . meta. url ) ,
10
12
unipartners : new URL ( "/static/sponsors/UniPartners-Logo.png?as=webp&width=200" , import . meta. url )
11
13
} ;
You can’t perform that action at this time.
0 commit comments