Skip to content

Commit

Permalink
Update index.page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
29deepanshutyagi authored Nov 15, 2024
1 parent 08b99b8 commit 82030a9
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions pages/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,6 @@ const Home = (props: any) => {
Bronze Sponsors
</h3>
<div className='grid grid-cols-2 md:grid-cols-3 lg:grid-cols-6 gap-12 items-center mx-auto md:mx-0 px-4 '>

<a href=' https://www.asyncapi.com/'>
{isClient && (
<>
Expand Down Expand Up @@ -864,6 +863,7 @@ const Home = (props: any) => {
/>
</>
)}
</a>

<a
href=' https://www.asyncapi.com/'
Expand Down Expand Up @@ -915,17 +915,15 @@ const Home = (props: any) => {
</a>
<a href='https://n8n.io/' target='_blank' rel='noreferrer'>
<img src={n8n_logo} className=' w-44' />

</a>
<a href='https://copycopter.ai/' target='_blank' rel='noreferrer'>
<Image
src={ccopter_logo}
alt="Copter Logo"
width={176} // Adjust width based on your needs
height={44} // Adjust height based on your needs
className="w-44"
/>

src={ccopter_logo}
alt='Copter Logo'
width={176} // Adjust width based on your needs
height={44} // Adjust height based on your needs
className='w-44'
/>
</a>
<button className='w-[155px] md:w-[176px] h-[44px] mx-auto rounded-lg border-2 border-dotted bg-primary text-white font-semibold flex items-center justify-center space-x-2 cursor-pointer px-3'>
<svg
Expand Down

0 comments on commit 82030a9

Please sign in to comment.