Skip to content

Commit

Permalink
Update Twitter handle
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek authored and jeanp413 committed Apr 26, 2023
1 parent a43d409 commit d23eea9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { isIOS } from 'vs/base/common/platform';
class TwitterFeedbackService implements IFeedbackDelegate {

private static TWITTER_URL: string = 'https://twitter.com/intent/tweet';
private static VIA_NAME: string = 'code';
private static VIA_NAME: string = 'gitpod';
private static HASHTAGS: string[] = ['HappyCoding'];

private combineHashTagsAsString(): string {
Expand Down

0 comments on commit d23eea9

Please sign in to comment.