Skip to content

Commit

Permalink
feat: add postman logo in financial support section (#357)
Browse files Browse the repository at this point in the history
Co-authored-by: V Thulisile Sibanda <[email protected]>%0ACo-authored-by: asyncapi-bot <[email protected]>%0ACo-authored-by: prashantrai-30 <[email protected]>
  • Loading branch information
prashantrai-30 and prashantrai-30 authored Aug 21, 2024
1 parent 9c3f37a commit 60252e3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion components/Sponsors/sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@ function Sponsors({imgs}) {
</div>
<div className=' flex space-y-2 flex-col items-center justify-center text-white text-2xl font-bold'>
<Heading typeStyle='heading-md' className='text-white mb-12 sm:text-2xl'>Financial Sponsor</Heading>
<Image src="/img/graviteeio.svg" alt='financial sponsor' width={250} height={50} />
<div className='flex flex-col space-y-6'>
<div className="w-[250px] h-[50px]">
<Image src="/img/graviteeio.svg" alt='financial sponsor' width={250} height={50} />
</div>
<div className="w-[240px] h-[70px]">
<Image src="/img/postman.png" alt='financial sponsor' width={235} height={70} />
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 60252e3

Please sign in to comment.