From ef9e2c2b4fcb3bbd6971f4c4b335d552c2460fff Mon Sep 17 00:00:00 2001 From: CapitainFlam <31761317+CapitainFlam@users.noreply.github.com> Date: Fri, 23 Sep 2022 18:37:32 +0200 Subject: [PATCH 1/2] Updating icon to match actual UI (#20759) Co-authored-by: Courtney Wilson <77312589+cmwilson21@users.noreply.github.com> Co-authored-by: Siara Leininger <108543037+SiaraMist@users.noreply.github.com> --- data/reusables/repositories/changed-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/repositories/changed-files.md b/data/reusables/repositories/changed-files.md index a19a8dc931..35f3c7b5e8 100644 --- a/data/reusables/repositories/changed-files.md +++ b/data/reusables/repositories/changed-files.md @@ -1,2 +1,2 @@ -1. On the pull request, click {% octicon "diff" aria-label="The file diff icon" %} **Files changed**. +1. On the pull request, click {% octicon "file-diff" aria-label="The file diff icon" %} **Files changed**. ![Pull Request Files changed tab](/assets/images/help/pull_requests/pull-request-tabs-changed-files.png) From d04154dc7c918119744f66f667716167a4ba198d Mon Sep 17 00:00:00 2001 From: CapitainFlam <31761317+CapitainFlam@users.noreply.github.com> Date: Fri, 23 Sep 2022 18:53:33 +0200 Subject: [PATCH 2/2] Updating icon to match actual UI (#20760) Co-authored-by: Siara Leininger <108543037+SiaraMist@users.noreply.github.com> --- data/reusables/repositories/suggest-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/repositories/suggest-changes.md b/data/reusables/repositories/suggest-changes.md index 00256f1309..216fdd9ed7 100644 --- a/data/reusables/repositories/suggest-changes.md +++ b/data/reusables/repositories/suggest-changes.md @@ -1,2 +1,2 @@ -1. Optionally, to suggest a specific change to the line or lines, click {% octicon "diff" aria-label="The diff symbol" %}, then edit the text within the suggestion block. +1. Optionally, to suggest a specific change to the line or lines, click {% octicon "file-diff" aria-label="The file diff icon" %}, then edit the text within the suggestion block. ![Suggestion block](/assets/images/help/pull_requests/suggestion-block.png)