Skip to content

Commit

Permalink
fix: removed the swags and goodies card (#3599)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan4884 authored Jan 25, 2025
1 parent 745d3f4 commit 282493d
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions pages/community/index.tsx
Original file line number Diff line number Diff line change
@@ -180,19 +180,21 @@ export default function CommunityIndexPage() {
className='bg-channelCover'
/>
</div>
<div className='mt-10 flex flex-col sm:flex-row'>
<div className='m-5'>
<Card
type={CardType.SMALL}
tagline='Finance'
icon='💰'
heading='Track Initiative Spending with Budget Analysis'
description="Explore our transparent finance section for a detailed analysis of our project's budget. See how we track expenses and gain insights into funds allocation."
bg='bg-white'
link='/finance'
/>
<div className='mt-10 flex justify-center'>
<div className='m-5 p-8 bg-gray-100 rounded-lg shadow-md w-full max-w-6xl'>
<div className='w-full'>
<Card
type={CardType.SMALL}
tagline='Finance'
icon='💰'
heading='Track Initiative Spending with Budget Analysis'
description="Explore our transparent finance section for a detailed analysis of our project's budget. See how we track expenses and gain insights into funds allocation."
bg='bg-white'
link='/finance'
/>
</div>
</div>
<div className='m-5'>
{/* <div className='m-5'>
<Card
type={CardType.SMALL}
tagline='Store'
@@ -202,7 +204,7 @@ export default function CommunityIndexPage() {
link='https://www.store.asyncapi.com/'
bg='bg-primary-200'
/>
</div>
</div> */}
</div>
<div className='mt-8 rounded-lg bg-dark py-12 md:mt-20' data-testid='CommunityCard-subscribe'>
<NewsletterSubscribe dark />

0 comments on commit 282493d

Please sign in to comment.