Update screenshots/texts on Linking accounts (#240)

Aris Acoba committed Nov 16, 2022 at 01:52 UTC d261dac0347b5eb43a41e5be60668110b4856535
7 files changed +8 -8
content/getting-started/managing-your-npm-user-account/managing-your-profile-settings.mdx
+8 -8
@@ -63,21 +63,21 @@ From the web, you can change the following user profile settings:
63
64 <Screenshot src="/getting-started/managing-your-npm-user-account/twitter-success.png" alt="Screenshot of linking from Account Setting with successfully linked Twitter account" />
65
66 -### Disconnecting your GitHub account from npm
66 +### Removing your GitHub account from npm
67
68 -1. On the account settings page, you will find a button to disconnect your GitHub account. Click that.
68 +1. On the account settings page, you will find a button to remove your GitHub account. Click that.
69
70 - <Screenshot src="/getting-started/managing-your-npm-user-account/github-disconnect.png" alt="Screenshot of linking from Account Setting with a cursor hovering over disconnect" />
70 + <Screenshot src="/getting-started/managing-your-npm-user-account/github-remove.png" alt="Screenshot of linking from Account Setting with a cursor hovering over remove button" />
71
72 - _Note: Clicking disconnect will only disconnect the link from your npm account. You need to `revoke` permissions from your [GitHub app authorization settings](https://github.com/settings/apps/authorizations) to permanently remove the integration from your GitHub account_
72 + _Note: Clicking remove will only remove the link from your npm account. You need to `revoke` permissions from your [GitHub app authorization settings](https://github.com/settings/apps/authorizations) to permanently remove the integration from your GitHub account_
73
74 -### Disconnecting your Twitter account from npm
74 +### Removing your Twitter account from npm
75
76 -1. On the account settings page, you will find a button to disconnect your GitHub account. Click that.
76 +1. On the account settings page, you will find a button to remove your GitHub account. Click that.
77
78 - <Screenshot src="/getting-started/managing-your-npm-user-account/twitter-disconnect.png" alt="Screenshot of linking from Account Setting with a cursor hovering over disconnect" />
78 + <Screenshot src="/getting-started/managing-your-npm-user-account/twitter-remove.png" alt="Screenshot of linking from Account Setting with a cursor hovering over remove button" />
79
80 - _Note: Clicking disconnect will only disconnect the link from your npm account. You need to `revoke` permissions from your [Twitter connect apps management page](https://twitter.com/settings/connected_apps) to permanently remove the integration from your Twitter account_
80 + _Note: Clicking remove will only remove the link from your npm account. You need to `revoke` permissions from your [Twitter connect apps management page](https://twitter.com/settings/connected_apps) to permanently remove the integration from your Twitter account_
81
82 ## Managing user account profile settings from the command line
83
static/getting-started/managing-your-npm-user-account/connect-github.png
Binary files a/static/getting-started/managing-your-npm-user-account/connect-github.png and b/static/getting-started/managing-your-npm-user-account/connect-github.png differ
static/getting-started/managing-your-npm-user-account/connect-twitter.png
Binary files a/static/getting-started/managing-your-npm-user-account/connect-twitter.png and b/static/getting-started/managing-your-npm-user-account/connect-twitter.png differ
static/getting-started/managing-your-npm-user-account/github-remove.png
Binary files /dev/null and b/static/getting-started/managing-your-npm-user-account/github-remove.png differ
static/getting-started/managing-your-npm-user-account/github-success.png
Binary files a/static/getting-started/managing-your-npm-user-account/github-success.png and b/static/getting-started/managing-your-npm-user-account/github-success.png differ
static/getting-started/managing-your-npm-user-account/twitter-remove.png
Binary files /dev/null and b/static/getting-started/managing-your-npm-user-account/twitter-remove.png differ
static/getting-started/managing-your-npm-user-account/twitter-success.png
Binary files a/static/getting-started/managing-your-npm-user-account/twitter-success.png and b/static/getting-started/managing-your-npm-user-account/twitter-success.png differ