Skip to content

Commit

Permalink
Relocate and modify icon (#33)
Browse files Browse the repository at this point in the history
* Modify connector icon

* Modify icon path in client.bal

* Remove unwanted files
  • Loading branch information
abeykoon authored Dec 3, 2021
1 parent 0e3a73f commit f74ed97
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 31 deletions.
1 change: 1 addition & 0 deletions excel/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ version= "2.0.0"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["Productivity/Spreadsheets", "Cost/Free", "Vendor/Microsoft"]
icon = "icon.png"
repository = "https://github.com/ballerina-platform/module-ballerinax-microsoft.excel"
2 changes: 1 addition & 1 deletion excel/client.bal
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import ballerina/http;
# (https://docs.microsoft.com/en-us/graph/api/resources/excel?view=graph-rest-1.0) stored in Microsoft OneDrive.
# If you have more than one call to make within a certain period of time, Microsoft recommends to create a session and
# pass the session ID with each request. By default, this connector uses sessionless.
@display {label: "Microsoft Excel", iconPath: "resources/microsoft.excel.svg"}
@display {label: "Microsoft Excel", iconPath: "icon.png"}
public isolated client class Client {
private final http:Client excelClient;

Expand Down
Binary file added excel/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 0 additions & 30 deletions excel/resources/microsoft.excel.svg

This file was deleted.

0 comments on commit f74ed97

Please sign in to comment.