diff --git a/package.json b/package.json index 0e62658..4e3a044 100644 --- a/package.json +++ b/package.json @@ -14441,11 +14441,11 @@ "when": "gitlens:plus:state == 3" }, { - "id": "gitlens.welcome.account", + "id": "gitlens.welcome.services", "title": "Power-up with GitKraken Cloud Services", "description": "Sign up for access to our developer productivity and collaboration services, e.g. Workspaces, or [sign in](command:gitlens.plus.loginOrSignUp).\n\n[Sign Up](command:gitlens.plus.loginOrSignUp)", "media": { - "markdown": "walkthroughs/welcome/account.md" + "markdown": "walkthroughs/welcome/services.md" }, "when": "gitlens:plus:state >= 0 && gitlens:plus:state <= 2" }, diff --git a/walkthroughs/welcome/account.md b/walkthroughs/welcome/account.md deleted file mode 100644 index e69de29..0000000 diff --git a/walkthroughs/welcome/services.md b/walkthroughs/welcome/services.md new file mode 100644 index 0000000..c983166 --- /dev/null +++ b/walkthroughs/welcome/services.md @@ -0,0 +1,3 @@ +
+ GitKraken Cloud Services +
diff --git a/walkthroughs/welcome/services.webp b/walkthroughs/welcome/services.webp new file mode 100644 index 0000000..147e010 Binary files /dev/null and b/walkthroughs/welcome/services.webp differ