Skip to content

Commit

Permalink
Merge pull request #46 from abeykoon/relocate_icon
Browse files Browse the repository at this point in the history
Modify icon path in client.bal
  • Loading branch information
LakshanSS authored Dec 4, 2021
2 parents 5190255 + e61d9b1 commit c97174f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmosdb/client_endpoint.bal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import ballerina/http;
# + httpClient - The HTTP Client
@display {
label: "Azure Cosmos DB Client",
iconPath: "resources/azure_cosmosdb.svg"
iconPath: "icon.png"
}
public isolated client class DataPlaneClient {
final http:Client httpClient;
Expand Down

0 comments on commit c97174f

Please sign in to comment.