Skip to content

Commit

Permalink
feat: add sponsor logo of Svix and remove IQVIA (#2110)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Gornicki <[email protected]>
  • Loading branch information
vishvamsinh28 and derberg authored Sep 4, 2023
1 parent de0309c commit 7de4a95
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
6 changes: 5 additions & 1 deletion components/sponsors/SilverSponsorsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

];
7 changes: 0 additions & 7 deletions components/sponsors/SponsorsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Binary file removed public/img/sponsors/iqvia.png
Binary file not shown.
1 change: 1 addition & 0 deletions public/img/sponsors/svix_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7de4a95

Please sign in to comment.