Skip to content

Commit

Permalink
Changing icons
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed May 26, 2023
1 parent 44cc67d commit 9562435
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ An example implemenation of a web app and API endpoint implemented in Blazor com

## Credits
This was inspired by [Prashant](https://github.com/prashantvc)'s https://github.com/prashantvc/extensions repository which is a React front-end application and I wanted to convert this completely to .NET and Blazor. All credit for the idea and functionality in the initial implementation goes to Prashant. I've selfishly forked the VS Code extension for various reasons but also originated with Prashant.

Marketplace icon is 'market place' by Becris from <a href="https://thenounproject.com/browse/icons/term/market-place/" target="_blank" title="market place Icons">Noun Project</a>
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "mympclient",
"displayName": "My Marketplace",
"description": "Client for My Marketplace private extension",
"version": "0.1.2",
"icon": "resources/mympicon.png",
"version": "0.1.3",
"icon": "resources/marketplace.png",
"repository": {
"type": "git",
"url": "https://github.com/timheuer/mympclient.git"
Expand Down Expand Up @@ -83,7 +83,7 @@
{
"id": "mympclient-activitybar",
"title": "My Marketplace",
"icon": "resources/mympicon.png"
"icon": "resources/marketplace.svg"
}
]
},
Expand Down
Binary file added resources/marketplace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions resources/marketplace.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/mympicon.png
Binary file not shown.

0 comments on commit 9562435

Please sign in to comment.