Skip to content

Commit d2714b5

Browse files
committed
[dashboard] add career tip
1 parent b897e67 commit d2714b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/dashboard/src/components/productivity-tips.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ const tips = [
4949
<span>Check <a href="https://www.gitpod.io/docs/" target="_blank" rel="noopener">www.gitpod.io/docs/</a> to learn more.</span>,
5050
<span>See more tips &amp; tricks <a href="https://www.gitpod.io/docs/tips-and-tricks/" target="_blank" rel="noopener">here</a>.</span>,
5151
<span>Please submit bugs and feature requests <a href="https://github.com/gitpod-io/gitpod/issues" target="_blank" rel="noopener noreferrer">on GitHub</a>.</span>,
52-
<span>Install any VS Code extension with a simple drag-and-drop. <a href="https://www.gitpod.io/docs/vscode-extensions/" target="_blank" rel="noopener">See how</a>.</span>
52+
<span>Install any VS Code extension with a simple drag-and-drop. <a href="https://www.gitpod.io/docs/vscode-extensions/" target="_blank" rel="noopener">See how</a>.</span>,
53+
<span>Wanna help make Gitpod better? Check out the <a href="https://www.gitpod.io/careers/" target="_blank" rel="noopener">open positions</a> and apply right now!</span>,
5354
];
5455

5556
export class ProductivityTips extends React.Component<{userHasCreatedWorkspaces?: boolean}, { platform?: UserPlatform }> {

0 commit comments

Comments
 (0)