Skip to content

Commit ef67cf6

Browse files
Add nix as a bronze sponsor
1 parent 8c303e7 commit ef67cf6

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

pages/index.page.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ const Home = (props: any) => {
122122
dottxt: '/img/logos/sponsors/dottxt-logo-white.svg',
123123
supadata: '/img/logos/sponsors/supadata-logo-light.svg',
124124
devevents: '/img/logos/dark-mode/dev_events_logo.png',
125+
nix: '/img/logos/sponsors/n-ix-logo.png',
125126
},
126127
lightLogos: {
127128
asyncapi: '/img/logos/sponsors/asyncapi-logo-dark.svg',
@@ -145,6 +146,7 @@ const Home = (props: any) => {
145146
supadata: '/img/logos/sponsors/supadata-logo-dark.svg',
146147
dottxt: '/img/logos/sponsors/dottxt-logo-dark.svg',
147148
devevents: '/img/logos/dark-mode/dev_events_logo.png',
149+
nix: '/img/logos/sponsors/n-ix-logo.png',
148150
},
149151
};
150152

@@ -902,6 +904,17 @@ for Accounting integrations'
902904
alt='dottxt logo'
903905
/>
904906
</a>
907+
<a
908+
href='https://www.n-ix.com/'
909+
target='_blank'
910+
rel='noreferrer'
911+
>
912+
<img
913+
src={logos.nix}
914+
className='w-44 transition-transform duration-300 hover:scale-105'
915+
alt='n-iX logo'
916+
/>
917+
</a>
905918
<a
906919
href='https://opencollective.com/json-schema/contribute/sponsor-10816/checkout?interval=month&amount=100&name=&legalName=&email='
907920
target='_blank'
9.8 KB
Loading

0 commit comments

Comments
 (0)