Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions components/navigation/communityItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ const communityItems: CommunityItem[] = [
{
icon: IconContributing,
title: 'Contributing',
href: 'https://github.com/asyncapi?type=source#-contribute-to-asyncapi',
target: '_blank',
href: '/docs/community/010-contribution-guidelines',
description:
'We are always welcoming and looking for contributions. If you are interested check out our contribution guide.'
},
Expand Down
4 changes: 2 additions & 2 deletions components/newsroom/NewsroomBlogPosts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ export default function NewsroomBlogPosts() {
</button>
<button
ref={nextElRef}
className={`${buttonClass} px-4 py-1 ${checkLastSnapIndex(current) ? 'cursor-not-allowed border-gray-200 bg-white text-gray-200' : 'border-secondary-500 bg-secondary-100 text-secondary-500 hover:bg-secondary-500 hover:text-white'}`}
className={`${buttonClass} px-6 py-3 ${checkLastSnapIndex(current) ? 'cursor-not-allowed border-gray-200 bg-white text-gray-200' : 'border-secondary-500 bg-secondary-100 text-secondary-500 hover:bg-secondary-500 hover:text-white'}`}
data-testid='Blog-Next-button'
>
<ArrowRight className='w-8' />
<ArrowRight className='w-4' />
</button>
</div>
</div>
Expand Down
7 changes: 7 additions & 0 deletions config/meetings.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,12 @@
"url": "https://github.com/asyncapi/community/issues/2193",
"banner": "",
"date": "2025-12-23T13:00:00.000Z"
},
{
"title": "AsyncAPI Spec Triage",
"calLink": "https://www.google.com/calendar/event?eid=bzhsODIxZWYxdDk3cnQyNGJ0ZGZhYTY3YXMgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
"url": "https://github.com/asyncapi/community/issues/2244",
"banner": "",
"date": "2026-01-22T16:00:00.000Z"
}
]
Loading
Loading