Skip to content

Commit 618ada5

Browse files
committed
Change icons for set active project command
This PR fixes #2595. Signed-off-by: Denis Golovin dgolovin@redhat.com
1 parent ba4052a commit 618ada5

File tree

3 files changed

+264
-2
lines changed

3 files changed

+264
-2
lines changed

images/title/dark/set-project.svg

Lines changed: 131 additions & 0 deletions
Loading

images/title/light/set-project.svg

Lines changed: 131 additions & 0 deletions
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,8 @@
407407
"title": "Change Active Project",
408408
"category": "OpenShift",
409409
"icon": {
410-
"dark": "images/title/dark/icon-select-project.svg",
411-
"light": "images/title/light/icon-select-project.svg"
410+
"dark": "images/title/dark/set-project.svg",
411+
"light": "images/title/light/set-project.svg"
412412
}
413413
},
414414
{

0 commit comments

Comments
 (0)