Skip to content

Commit 4dd030a

Browse files
Merge pull request #347 from code0-tech/fix-tabler-icon
correct tabler icon
2 parents 0d75d4a + 42d0182 commit 4dd030a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

definitions/draco_rest/functions/rest_control_respond.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"content": "Sends response with status ${http_status_code} and payload ${payload}"
8282
}
8383
],
84-
"displayIcon": "tabler:cube-sent",
84+
"displayIcon": "tabler:cube-send",
8585
"signature": "<T>(http_status_code: HTTP_STATUS_CODE, headers: OBJECT<{}>, payload: T): void",
8686
"linkedDataTypeIdentifiers": [
8787
"HTTP_STATUS_CODE",

definitions/draco_rest/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
],
1515
"documentation": "",
1616
"author": "CodeZero",
17-
"icon": "tabler:cube-sent"
17+
"icon": "tabler:cube-send"
1818
}

definitions/draco_rest/runtime_functions/rest_control_respond.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"content": "Sends response with status ${http_status_code} and payload ${payload}"
8181
}
8282
],
83-
"displayIcon": "tabler:cube-sent",
83+
"displayIcon": "tabler:cube-send",
8484
"signature": "<T>(http_status_code: HTTP_STATUS_CODE, headers: OBJECT<{}>, payload: T): void",
8585
"linkedDataTypeIdentifiers": [
8686
"HTTP_STATUS_CODE",

0 commit comments

Comments
 (0)