Skip to content

Commit

Permalink
chore(docs): fix footer links (#1793)
Browse files Browse the repository at this point in the history
Fix footer links

issue: none
  • Loading branch information
fabtreb authored Aug 30, 2024
1 parent 4cf9413 commit bc54ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@ const config: Config = {
items: [
{
label: 'Telegram for developers',
to: 'https://discordapp.com/invite/docusaurus',
to: 'https://t.me/omnidevsupport',
},
{
label: 'Twitter',
to: 'https://twitter.com/docusaurus',
to: 'https://twitter.com/OmniFDN',
},
{
label: 'Discord',
to: 'https://discordapp.com/invite/docusaurus',
to: 'https://discord.com/invite/bKNXmaX9VD',
},
],
},
Expand Down

0 comments on commit bc54ab6

Please sign in to comment.