From 3f19faee153f34a7512fc8888d0f85b51bcb360e Mon Sep 17 00:00:00 2001 From: Karuna Tata <74637789+starlightknown@users.noreply.github.com> Date: Tue, 18 Oct 2022 19:46:10 +0530 Subject: [PATCH] Update communityItems.js --- components/navigation/communityItems.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/navigation/communityItems.js b/components/navigation/communityItems.js index bae2d93fa225..3f1c3fa76709 100644 --- a/components/navigation/communityItems.js +++ b/components/navigation/communityItems.js @@ -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.' } ]