diff --git a/excel/Ballerina.toml b/excel/Ballerina.toml index cf2ca0b..e34bd09 100644 --- a/excel/Ballerina.toml +++ b/excel/Ballerina.toml @@ -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" diff --git a/excel/client.bal b/excel/client.bal index 742a5b0..923611a 100644 --- a/excel/client.bal +++ b/excel/client.bal @@ -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; diff --git a/excel/icon.png b/excel/icon.png new file mode 100644 index 0000000..d37ff12 Binary files /dev/null and b/excel/icon.png differ diff --git a/excel/resources/microsoft.excel.svg b/excel/resources/microsoft.excel.svg deleted file mode 100644 index 68fa18d..0000000 --- a/excel/resources/microsoft.excel.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - 5E0599F3-32AA-4D3A-A00B-2F33953AE78E - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file