Skip to content

Commit e53d9c5

Browse files
Update components/dashboard/src/components/productivity-tips.tsx
Co-authored-by: George Tsiolis <[email protected]>
1 parent d2714b5 commit e53d9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const tips = [
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>,
5252
<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>,
53+
<span>Wanna help make Gitpod better? <a href="https://www.gitpod.io/careers/" target="_blank" rel="noopener">Join our team </a>!</span>,
5454
];
5555

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

0 commit comments

Comments
 (0)