Skip to content

Commit 08f946f

Browse files
committed
fix: add netlify and atcute
1 parent c8a5107 commit 08f946f

File tree

5 files changed

+61
-0
lines changed

5 files changed

+61
-0
lines changed
28 KB
Loading

app/assets/logos/oss-partners/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import LogoUnJs from './unjs.svg'
2222
import LogoH3 from './h3.svg'
2323
import LogoNitro from './nitro.svg'
2424
import LogoKnip from './knip.svg'
25+
import LogoAtcute from './atcute.png'
2526
import LogoNapiRs from './napi-rs.png'
2627
import LogoValibot from './valibot.svg'
2728
import 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,

app/assets/logos/sponsors/index.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import LogoVoidZero from './void-zero.svg'
44
import LogoVoidZeroLight from './void-zero-light.svg'
55
import LogoVlt from './vlt.svg'
66
import 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
]
Lines changed: 22 additions & 0 deletions
Loading
Lines changed: 22 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)