Skip to content

Commit

Permalink
fix: update Discord vanity url (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche authored Mar 15, 2024
1 parent b5412a1 commit bc6848d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ const config: Config = {
},
{
label: 'Discord',
href: 'https://discord.gg/someengineering',
href: 'https://discord.gg/fixsecurity',
position: 'left',
className: 'social discord',
'aria-label': 'Discord',
Expand Down Expand Up @@ -574,7 +574,7 @@ const config: Config = {
title: 'Community',
items: [
{ label: 'GitHub', href: 'https://github.com/someengineering' },
{ label: 'Discord', href: 'https://discord.gg/someengineering' },
{ label: 'Discord', href: 'https://discord.gg/fixsecurity' },
{
label: 'LinkedIn',
href: 'https://linkedin.com/company/someengineering',
Expand Down

0 comments on commit bc6848d

Please sign in to comment.