diff --git a/packages/node_modules/@node-red/nodes/core/network/21-httprequest.html b/packages/node_modules/@node-red/nodes/core/network/21-httprequest.html index 6dc8af72a..8b1320496 100644 --- a/packages/node_modules/@node-red/nodes/core/network/21-httprequest.html +++ b/packages/node_modules/@node-red/nodes/core/network/21-httprequest.html @@ -128,13 +128,13 @@ { value: "User-Agent", label: "User-Agent", hasValue: false }, { value: "Location", label: "Location", hasValue: false }, { value: "other", label: RED._("node-red:httpin.label.other"), - hasValue: true, icon: "red/images/typedInput/az.png" }, + hasValue: true, icon: "red/images/typedInput/az.svg" }, { value: "msg", label: "msg.", hasValue: true }, ] const headerOptions = {}; const defaultOptions = [ { value: "other", label: RED._("node-red:httpin.label.other"), - hasValue: true, icon: "red/images/typedInput/az.png" }, + hasValue: true, icon: "red/images/typedInput/az.svg" }, { value: "msg", label: "msg.", hasValue: true }, ]; headerOptions["accept"] = [