Skip to content

Commit 1d42e6f

Browse files
authored
Adopt new git-pull-request-done icon (#6904)
Fixes #6839
1 parent f9b02f4 commit 1d42e6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,13 +1593,13 @@
15931593
"command": "notifications.markPullRequestsAsRead",
15941594
"title": "%command.notifications.markPullRequestsAsRead.title%",
15951595
"category": "%command.notifications.category%",
1596-
"icon": "$(git-pull-request)"
1596+
"icon": "$(git-pull-request-done)"
15971597
},
15981598
{
15991599
"command": "notifications.markPullRequestsAsDone",
16001600
"title": "%command.notifications.markPullRequestsAsDone.title%",
16011601
"category": "%command.notifications.category%",
1602-
"icon": "$(git-pull-request)"
1602+
"icon": "$(git-pull-request-done)"
16031603
},
16041604
{
16051605
"command": "notifications.configureNotificationsViewlet",

0 commit comments

Comments
 (0)