diff --git a/packages/components/nodes/tools/BraveSearchAPI/BraveSearchAPI.ts b/packages/components/nodes/tools/BraveSearchAPI/BraveSearchAPI.ts index 76629392..b84aaccd 100644 --- a/packages/components/nodes/tools/BraveSearchAPI/BraveSearchAPI.ts +++ b/packages/components/nodes/tools/BraveSearchAPI/BraveSearchAPI.ts @@ -16,7 +16,7 @@ class BraveSearchAPI_Tools implements INode { this.label = 'BraveSearch API' this.name = 'braveSearchAPI' this.type = 'BraveSearchAPI' - this.icon = 'brave-logo.svg' + this.icon = 'brave.svg' this.category = 'Tools' this.description = 'Wrapper around BraveSearch API - a real-time API to access Brave search results' this.inputs = [ diff --git a/packages/components/nodes/tools/BraveSearchAPI/brave-logo.svg b/packages/components/nodes/tools/BraveSearchAPI/brave-logo.svg deleted file mode 100644 index 686b5c41..00000000 --- a/packages/components/nodes/tools/BraveSearchAPI/brave-logo.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - Logotypes/bat/logo-dark@1x - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/components/nodes/tools/BraveSearchAPI/brave.svg b/packages/components/nodes/tools/BraveSearchAPI/brave.svg new file mode 100644 index 00000000..0c0c0e86 --- /dev/null +++ b/packages/components/nodes/tools/BraveSearchAPI/brave.svg @@ -0,0 +1 @@ + \ No newline at end of file