Skip to content

Commit 95f9c2d

Browse files
Laurie T. Malauroboquat
authored andcommitted
Fix Help link
1 parent acc55c4 commit 95f9c2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/dashboard/src/Menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ export default function Menu() {
398398
},
399399
{
400400
title: "Help",
401-
link: "https://www.gitpod.io/support",
401+
href: "https://www.gitpod.io/support",
402402
separator: true,
403403
},
404404
{

0 commit comments

Comments
 (0)