Skip to content

Commit

Permalink
fix codestream campaign to "bookmarks"
Browse files Browse the repository at this point in the history
  • Loading branch information
alefragnani committed Nov 27, 2018
1 parent 441dd73 commit 5beb61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/whats-new/BookmarksContentProvider.ts
Expand Up @@ -36,12 +36,12 @@ export class WhatsNewBookmarksContentProvider implements ContentProvider {
const sponsors: Sponsor[] = [];
const sponsorCodeStream: Sponsor = <Sponsor>{
title: "Try Codestream",
link: "https://codestream.com/?utm_source=vscmarket&utm_medium=banner&utm_campaign=pascal",
link: "https://codestream.com/?utm_source=vscmarket&utm_medium=banner&utm_campaign=bookmarks",
image: "https://raw.githubusercontent.com/alefragnani/oss-resources/master/images/sponsors/codestream-hi-res.png",
width: 35,
message: "<p>Use Slack inside VS Code and save your technical discussions where they belong - with your codebase.</p>",
extra:
`<a title="Try CodeStream" href="https://codestream.com/?utm_source=vscmarket&utm_medium=banner&utm_campaign=projectmanager">
`<a title="Try CodeStream" href="https://codestream.com/?utm_source=vscmarket&utm_medium=banner&utm_campaign=bookmarks">
Try CodeStream</a>`
};
sponsors.push(sponsorCodeStream);
Expand Down

0 comments on commit 5beb61e

Please sign in to comment.