Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: removed the swags and goodies card #3599

Merged
merged 5 commits into from
Jan 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 15 additions & 13 deletions pages/community/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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 />
Expand Down
Loading