diff --git a/assets/images/help/enterprises/remove-organization.png b/assets/images/help/enterprises/remove-organization.png index 38aade154a45..d04bfb02a622 100644 Binary files a/assets/images/help/enterprises/remove-organization.png and b/assets/images/help/enterprises/remove-organization.png differ diff --git a/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/removing-organizations-from-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/removing-organizations-from-your-enterprise.md index c0fd3c39f095..7c4cd9645046 100644 --- a/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/removing-organizations-from-your-enterprise.md +++ b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/removing-organizations-from-your-enterprise.md @@ -37,9 +37,10 @@ As part of the downgrade to the free plan: {% data reusables.enterprise-accounts.access-enterprise %} 1. In the left sidebar, click **Organizations**. 1. In the search bar, begin typing the organization's name until the organization appears in the search results. -1. To the right of the organization's name, select the {% octicon "gear" aria-label="Organization settings" %} dropdown menu and click **Remove organization**. +1. To the right of the organization's name, select the ... dropdown menu and click **Remove organization**. + + ![Expanded dropdown menu labelled with "...", for an organization. The "Remove organization" option outlined.](/assets/images/help/enterprises/remove-organization.png) - ![Screenshot of the expanded dropdown menu labeled with a gear icon, for an organization. The "Remove organization" option is outlined.](/assets/images/help/enterprises/remove-organization.png) 1. Review the warnings, then click **Remove organization**. ## Further reading diff --git a/content/copilot/using-github-copilot/code-review/configuring-coding-guidelines.md b/content/copilot/using-github-copilot/code-review/configuring-coding-guidelines.md index e2e4f4961b7c..28c3f02af3f1 100644 --- a/content/copilot/using-github-copilot/code-review/configuring-coding-guidelines.md +++ b/content/copilot/using-github-copilot/code-review/configuring-coding-guidelines.md @@ -71,8 +71,6 @@ When you request a review from {% data variables.product.prodname_copilot_short Comments generated based on a coding guideline will include a message, highlighting their source. -![Screenshot of a comment produced from a custom coding guideline.](/assets/images/help/copilot/code-review/coding-guidelines-comment@2x.png) - ## Coding guidelines examples ### Example 1: Avoid using magic numbers diff --git a/content/copilot/using-github-copilot/code-review/using-copilot-code-review.md b/content/copilot/using-github-copilot/code-review/using-copilot-code-review.md index 82d7c1f7b030..5b5e559250c3 100644 --- a/content/copilot/using-github-copilot/code-review/using-copilot-code-review.md +++ b/content/copilot/using-github-copilot/code-review/using-copilot-code-review.md @@ -112,8 +112,6 @@ To turn this on, enable the **Request pull request review from {% data variables {% data reusables.copilot.code-review.custom-coding-guidelines %} -![Screenshot of a comment produced from a custom coding guideline.](/assets/images/help/copilot/code-review/coding-guidelines-comment@2x.png) - {% endwebui %} {% vscode %}