diff --git a/components/navigation/communityItems.js b/components/navigation/communityItems.js index c595a320c548..2901901dba94 100644 --- a/components/navigation/communityItems.js +++ b/components/navigation/communityItems.js @@ -10,7 +10,7 @@ import IconNewsroom from '../icons/Newsroom' export default [ - { icon: IconTools, title: 'Tools & Services', href: '/docs/tools', description: 'Explore the tools and services our awesome community has created.' }, + { icon: IconTools, title: 'Tools & Services', href: '/tools', description: 'Explore the tools and services our awesome community has created.' }, { icon: IconGithubOrganization, title: 'GitHub Organization', href: 'https://github.com/asyncapi', target: '_blank', description: 'Want to sneak in the code? Everything we do is open-sourced in our GitHub organization.' }, { icon: IconSlack, title: 'Slack Workspace', href: 'https://asyncapi.com/slack-invite', target: '_blank', description: `Need help? Want to share something? Join our Slack workspace. We're nice people :)` }, { 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.` }, diff --git a/components/tools/Filters.js b/components/tools/Filters.js index bb5ebeae9591..58d39411c3f7 100644 --- a/components/tools/Filters.js +++ b/components/tools/Filters.js @@ -48,7 +48,7 @@ export default function Filters({setOpenFilter}) { } return ( -