Skip to content

Commit

Permalink
Merge pull request #742 from FlowFuse/zj-social-part-2
Browse files Browse the repository at this point in the history
social links: add npm, fix twitter
  • Loading branch information
joepavitt authored Apr 4, 2024
2 parents c143472 + b335f7f commit 3dd3514
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default ({ mode }) => {
],
socialLinks: [
{ icon: 'github', link: 'https://github.com/FlowFuse/node-red-dashboard' },
{ icon: 'twitter', link: 'https://twitter.com/FlowFuse' },
{ icon: 'twitter', link: 'https://twitter.com/FlowFuseInc' },
{ icon: 'discord', link: 'https://discord.gg/2RrvW8dkrF' },
{ icon: 'youtube', link: 'https://www.youtube.com/channel/UCbBzP8NZbv3WDtlt4UouA-g' },
{
Expand All @@ -67,9 +67,9 @@ export default ({ mode }) => {
},
link: 'https://discourse.nodered.org/tag/dashboard-2',
ariaLabel: 'Node-RED Forum'
}

],
},
{ icon: 'npm', link: 'https://www.npmjs.com/package/@flowfuse/node-red-dashboard'}
],
outline: [2, 3],
search: {
provider: 'local'
Expand Down

0 comments on commit 3dd3514

Please sign in to comment.