diff --git a/components/sponsors/SilverSponsorsList.js b/components/sponsors/SilverSponsorsList.js index ced665900324..8c59f7ff592d 100644 --- a/components/sponsors/SilverSponsorsList.js +++ b/components/sponsors/SilverSponsorsList.js @@ -3,6 +3,10 @@ export const Silversponsors = [ name: 'Bump.sh', url: 'https://bump.sh/asyncapi?utm_source=asyncapi&utm_medium=referral&utm_campaign=sponsor', image: '/img/sponsors/bumpsh.svg' - }, + }, { + name: 'Svix', + url: 'https://www.svix.com/', + image: '/img/sponsors/svix_logo.svg' + } ]; \ No newline at end of file diff --git a/components/sponsors/SponsorsList.js b/components/sponsors/SponsorsList.js index 9170aad48ba2..bb9e6994960f 100644 --- a/components/sponsors/SponsorsList.js +++ b/components/sponsors/SponsorsList.js @@ -6,13 +6,6 @@ export const sponsors = [ altText: 'IBM', imageClass: 'inline-block px-4 sm:h-14', }, - { - name: 'IQVIA Technologies', - link: 'https://www.iqvia.com', - imageSrc: '/img/sponsors/iqvia.png', - altText: 'IQVIA Technologies', - imageClass: 'inline-block px-4 sm:h-10', - }, { name: 'Postman', link: 'https://www.postman.com', diff --git a/public/img/sponsors/iqvia.png b/public/img/sponsors/iqvia.png deleted file mode 100644 index 2ac0291e4e6b..000000000000 Binary files a/public/img/sponsors/iqvia.png and /dev/null differ diff --git a/public/img/sponsors/svix_logo.svg b/public/img/sponsors/svix_logo.svg new file mode 100644 index 000000000000..6f5d7f90f8ea --- /dev/null +++ b/public/img/sponsors/svix_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file