diff --git a/assets/images/help/dashboard/dashboard-context-switcher.png b/assets/images/help/dashboard/dashboard-context-switcher.png index 0fc1c3d062..dd04ddb290 100644 Binary files a/assets/images/help/dashboard/dashboard-context-switcher.png and b/assets/images/help/dashboard/dashboard-context-switcher.png differ diff --git a/assets/images/help/dashboard/repositories-and-teams-from-personal-dashboard.png b/assets/images/help/dashboard/repositories-and-teams-from-personal-dashboard.png deleted file mode 100644 index dde4018875..0000000000 Binary files a/assets/images/help/dashboard/repositories-and-teams-from-personal-dashboard.png and /dev/null differ diff --git a/assets/images/help/dashboard/repositories-from-organization-dashboard.png b/assets/images/help/dashboard/repositories-from-organization-dashboard.png deleted file mode 100644 index 09085a25fc..0000000000 Binary files a/assets/images/help/dashboard/repositories-from-organization-dashboard.png and /dev/null differ diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/about-your-personal-dashboard.md b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/about-your-personal-dashboard.md index 7fe139eae8..43844e1037 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/about-your-personal-dashboard.md +++ b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/about-your-personal-dashboard.md @@ -33,8 +33,6 @@ In the "Recent activity" section of your news feed, you can quickly find and fol In the left sidebar of your dashboard, you can access the top repositories and teams you use. -![list of repositories and teams from different organizations](/assets/images/help/dashboard/repositories-and-teams-from-personal-dashboard.png) - The list of top repositories is automatically generated, and can include any repository you have interacted with, whether it's owned directly by your account or not. Interactions include making commits and opening or commenting on issues and pull requests. The list of top repositories cannot be edited, but repositories will drop off the list {% ifversion ghes < 3.6 or ghae < 3.6 %}4 months{% else %}1 year{% endif %} after you last interacted with them. You can also find a list of your recently visited repositories, teams, and project boards when you click into the search bar at the top of any page on {% data variables.product.product_name %}. @@ -73,7 +71,7 @@ For more information about following people and watching repositories, see "[AUT {% note %} -**Note:** This new tab is currently in public beta and subject to change. +**Note:** This new tab is currently in public beta and subject to change. {% endnote %} diff --git a/content/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard.md b/content/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard.md index cbc9fcbdac..253bd481a6 100644 --- a/content/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard.md +++ b/content/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard.md @@ -29,8 +29,6 @@ In the "Recent activity" section of your news feed, you can quickly find and fol In the left sidebar of your dashboard, you can access your organization's top repositories you're active in. -![List of repositories you're most active in from your organization](/assets/images/help/dashboard/repositories-from-organization-dashboard.png) - ## Staying updated with activity from the organization In the "All activity" section of your news feed, you can view updates from other teams and repositories in your organization. diff --git a/data/reusables/dashboard/access-org-dashboard.md b/data/reusables/dashboard/access-org-dashboard.md index 61f727aa43..37a93557aa 100644 --- a/data/reusables/dashboard/access-org-dashboard.md +++ b/data/reusables/dashboard/access-org-dashboard.md @@ -1,3 +1,4 @@ 1. To access the dashboard page, in the upper-left corner of any page on {% data variables.product.product_name %}, click the {% octicon "mark-github" aria-label="The github octocat logo" %}. -2. In the upper-left corner of the page, click your username, and use the drop-down menu to click the desired organization. -![Dashboard context switcher drop-down menu showing different organization options](/assets/images/help/dashboard/dashboard-context-switcher.png) +1. To switch to your organization dashboard, in the upper-left corner of the page, select your username, then from the dropdown menu, click the desired organization. + + ![Screenshot of a dropdown menu on the dashboard page. The menu is expanded, labeled with the username of a personal account, and shows a list of organizations linked to the personal account.](/assets/images/help/dashboard/dashboard-context-switcher.png)