Skip to content

Commit 2dd1d24

Browse files
authored
Merge pull request #1955 from Utkarsh-123github/add-nix-sponsor
Add N-iX as a bronze sponsor
2 parents 8c303e7 + be7e9e3 commit 2dd1d24

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

pages/index.page.tsx

Lines changed: 9 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,13 @@ for Accounting integrations'
902904
alt='dottxt logo'
903905
/>
904906
</a>
907+
<a href='https://www.n-ix.com/' target='_blank' rel='noreferrer'>
908+
<img
909+
src={logos.nix}
910+
className='w-44 transition-transform duration-300 hover:scale-105'
911+
alt='n-iX logo'
912+
/>
913+
</a>
905914
<a
906915
href='https://opencollective.com/json-schema/contribute/sponsor-10816/checkout?interval=month&amount=100&name=&legalName=&email='
907916
target='_blank'
9.8 KB
Loading

0 commit comments

Comments
 (0)