Skip to content

Commit 640fa2d

Browse files
committed
feat: new sidebar icon
1 parent 2ce8cbd commit 640fa2d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

media/svg-icon.svg

+1
Loading

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
{
4747
"id": "metabob-webview",
4848
"title": "Metabob Extension",
49-
"icon": "./media/extension-icon.png"
49+
"icon": "./media/svg-icon.svg"
5050
}
5151
]
5252
},
@@ -56,7 +56,7 @@
5656
"type": "webview",
5757
"id": "recommendation-panel-webview",
5858
"name": "Recommendation",
59-
"icon": "./media/extension-icon.png"
59+
"icon": "./media/svg-icon.svg"
6060
}
6161
]
6262
},

0 commit comments

Comments
 (0)