File tree Expand file tree Collapse file tree 5 files changed +61
-0
lines changed
Expand file tree Collapse file tree 5 files changed +61
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import LogoUnJs from './unjs.svg'
2222import LogoH3 from './h3.svg'
2323import LogoNitro from './nitro.svg'
2424import LogoKnip from './knip.svg'
25+ import LogoAtcute from './atcute.png'
2526import LogoNapiRs from './napi-rs.png'
2627import LogoValibot from './valibot.svg'
2728import LogoFastCheck from './fast-check.svg'
@@ -154,6 +155,11 @@ export const OSS_PARTNERS = [
154155 logo : LogoKnip ,
155156 url : 'https://knip.dev/' ,
156157 } ,
158+ {
159+ name : 'atcute' ,
160+ logo : LogoAtcute ,
161+ url : 'https://tangled.org/mary.my.id/atcute' ,
162+ } ,
157163 {
158164 name : 'Napi RS' ,
159165 logo : LogoNapiRs ,
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import LogoVoidZero from './void-zero.svg'
44import LogoVoidZeroLight from './void-zero-light.svg'
55import LogoVlt from './vlt.svg'
66import LogoVltLight from './vlt-light.svg'
7+ import LogoNetlify from './netlify.svg'
8+ import LogoNetlifyLight from './netlify-light.svg'
79
810// The list is used on the about page. To add, simply upload the logos nearby and add an entry here. Prefer SVGs.
911// For logo src, specify a string or object with the light and dark theme variants.
@@ -40,4 +42,13 @@ export const SPONSORS = [
4042 normalisingIndent : '0.875rem' ,
4143 url : 'https://vlt.sh/' ,
4244 } ,
45+ {
46+ name : 'Netlify' ,
47+ logo : {
48+ dark : LogoNetlify ,
49+ light : LogoNetlifyLight ,
50+ } ,
51+ normalisingIndent : '0.125rem' ,
52+ url : 'https://netlify.com/' ,
53+ } ,
4354]
You can’t perform that action at this time.
0 commit comments