Skip to content

Commit

Permalink
feat: add support link
Browse files Browse the repository at this point in the history
  • Loading branch information
w84april committed May 10, 2024
1 parent c4d6605 commit e7ec85d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/common/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ function AppHeader(props: {supportedNetworks: Chain[]}): ReactElement {
target: '_blank'
},
{path: 'https://blog.yearn.fi/', label: 'Blog', target: '_blank'},
{path: 'https://docs.yearn.fi/', label: 'Docs', target: '_blank'}
{path: 'https://docs.yearn.fi/', label: 'Docs', target: '_blank'},
{path: 'https://discord.gg/yearn', label: 'Support', target: '_blank'}
];
}, [pathname]);

Expand Down

0 comments on commit e7ec85d

Please sign in to comment.