Update activity bar icon

This commit is contained in:
Elio Struyf
2022-02-02 12:03:41 +01:00
parent 19e468c908
commit df86d02e8b
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -4,6 +4,8 @@
### 🎨 Enhancements
- Updated the activity bar icon for better visibility
### 🐞 Fixes
+2 -2
View File
@@ -54,7 +54,7 @@
{
"id": "frontmatter-explorer",
"title": "FrontMatter",
"icon": "assets/frontmatter.svg"
"icon": "assets/frontmatter-short-min.svg"
}
]
},
@@ -63,7 +63,7 @@
{
"id": "frontMatter.explorer",
"name": "FrontMatter",
"icon": "assets/frontmatter.svg",
"icon": "assets/frontmatter-short-min.svg",
"contextualTitle": "FrontMatter",
"type": "webview"
}