Skip to content

Commit 95f9c2d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)