Skip to content

Commit

Permalink
Update communityItems.js
Browse files Browse the repository at this point in the history
  • Loading branch information
starlightknown authored Oct 18, 2022
1 parent c7889f9 commit 3f19fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/navigation/communityItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ export default [
{ icon: IconContributing, title: 'Contributing', href: 'https://github.com/asyncapi?type=source#-contribute-to-asyncapi', target: '_blank', description: `We are always welcoming and looking for contributions. If you are interested check out our contribution guide.` },
{ icon: IconTSC, title: 'Technical Steering Committee', href: '/community/tsc', description: 'Get to know what is a TSC member, how you can become one, and meet our current TSC members.' },
{ icon: IconTSC, title: 'Ambassadors', href: '/community/ambassador', description: 'Learn about the AsyncAPI ambassador program, how to become an ambassador, and meet our current ambassadors.' },
{ icon: IconMeetings, title: 'Meetings', href: '/community/meetings', description: 'See what meetings are organized under AsyncAPI umbrella and join one of them.' }
{ icon: IconMeetings, title: 'Meetings', href: '/community/meetings', description: 'See what meetings are organized under AsyncAPI umbrella and join one of them.' },
{ icon: IconNewsroom, title: 'Newsroom', href: '/community/newsroom', description: 'Get upto date with the recent activity in the initiative.' }
]

0 comments on commit 3f19fae

Please sign in to comment.