From 12e4d0aecfd881b2fcaa8c6be353eb2c5b8779df Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 11 Nov 2019 22:23:47 -0500 Subject: [PATCH] Restores previous commit icon in the menu --- images/dark/icon-commit-horizontal.svg | 4 ++++ images/light/icon-commit-horizontal.svg | 4 ++++ package.json | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 images/dark/icon-commit-horizontal.svg create mode 100644 images/light/icon-commit-horizontal.svg diff --git a/images/dark/icon-commit-horizontal.svg b/images/dark/icon-commit-horizontal.svg new file mode 100644 index 0000000..9fa3175 --- /dev/null +++ b/images/dark/icon-commit-horizontal.svg @@ -0,0 +1,4 @@ + + + + diff --git a/images/light/icon-commit-horizontal.svg b/images/light/icon-commit-horizontal.svg new file mode 100644 index 0000000..d0c053e --- /dev/null +++ b/images/light/icon-commit-horizontal.svg @@ -0,0 +1,4 @@ + + + + diff --git a/package.json b/package.json index 41106c2..9941c58 100644 --- a/package.json +++ b/package.json @@ -2289,8 +2289,8 @@ "title": "Show Revision Details", "category": "GitLens", "icon": { - "dark": "images/dark/icon-commit.svg", - "light": "images/light/icon-commit.svg" + "dark": "images/dark/icon-commit-horizontal.svg", + "light": "images/light/icon-commit-horizontal.svg" }, "enablement": "gitlens:activeFileStatus =~ /revision/ && resourceScheme != git" },