Skip to content

Commit

Permalink
fix(website): update discord link (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Afsar committed Dec 20, 2023
1 parent 63619c9 commit 874e16a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/website/docusaurus.config.js
Expand Up @@ -137,13 +137,9 @@ const lightCodeTheme = require('prism-react-renderer/themes/github');
{
title: 'Community',
items: [
{
label: 'Forum',
to: 'https://discourse.algolia.com/tags/docsearch',
},
{
label: 'Discord',
to: 'https://discord.com/invite/bRTacwYrfX',
to: 'https://discord.com/invite/W7kYfh7FKQ',
},
],
},
Expand Down

0 comments on commit 874e16a

Please sign in to comment.