Skip to content

Commit

Permalink
Add help link to the dashboard
Browse files Browse the repository at this point in the history
Co-authored-by: George Tsiolis <tsiolis.g@gmail.com>
Co-authored-by: Jan Keromnes <jan.keromnes@typefox.io>
  • Loading branch information
gtsiolis and jankeromnes committed Oct 18, 2021
1 parent 4750a3f commit 52233be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/dashboard/src/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ export default function Menu() {
link: 'https://www.gitpod.io/docs/',
},
{
title: 'Community',
link: 'https://community.gitpod.io/',
title: 'Help',
link: 'https://www.gitpod.io/support',
}
];

Expand Down

0 comments on commit 52233be

Please sign in to comment.