File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ const Home = (props: any) => {
123123 supadata : '/img/logos/sponsors/supadata-logo-light.svg' ,
124124 devevents : '/img/logos/dark-mode/dev_events_logo.png' ,
125125 nix : '/img/logos/sponsors/n-ix-logo.png' ,
126+ oracle : '/img/logos/sponsors/Oracle.png' ,
126127 } ,
127128 lightLogos : {
128129 asyncapi : '/img/logos/sponsors/asyncapi-logo-dark.svg' ,
@@ -147,6 +148,7 @@ const Home = (props: any) => {
147148 dottxt : '/img/logos/sponsors/dottxt-logo-dark.svg' ,
148149 devevents : '/img/logos/dark-mode/dev_events_logo.png' ,
149150 nix : '/img/logos/sponsors/n-ix-logo.png' ,
151+ oracle : '/img/logos/sponsors/Oracle.png' ,
150152 } ,
151153 } ;
152154
@@ -911,6 +913,17 @@ for Accounting integrations'
911913 alt = 'n-iX logo'
912914 />
913915 </ a >
916+ < a
917+ href = 'https://www.oracle.com/'
918+ target = '_blank'
919+ rel = 'noreferrer'
920+ >
921+ < img
922+ src = { logos . oracle }
923+ className = 'w-44 transition-transform duration-300 hover:scale-105'
924+ alt = 'Oracle logo'
925+ />
926+ </ a >
914927 < a
915928 href = 'https://opencollective.com/json-schema/contribute/sponsor-10816/checkout?interval=month& amount = 100 & name = & legalName = & email = '
916929 target = '_blank'
You can’t perform that action at this time.
0 commit comments