This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 4218b4af #1308
4218b4af is described below

commit 4218b4afdec26fcced7c20ff625522868d89a447
Author: Marat Gubaidullin <ma...@talismancloud.io>
AuthorDate: Mon Jun 17 11:08:51 2024 -0400

    #1308
---
 karavan-app/src/main/webui/src/designer/icons/ComponentIcons.tsx | 2 +-
 karavan-app/src/main/webui/src/designer/utils/CamelUi.tsx        | 4 ++--
 karavan-designer/src/designer/icons/ComponentIcons.tsx           | 2 +-
 karavan-designer/src/designer/utils/CamelUi.tsx                  | 4 ++--
 karavan-space/src/designer/icons/ComponentIcons.tsx              | 2 +-
 karavan-space/src/designer/utils/CamelUi.tsx                     | 4 ++--
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/karavan-app/src/main/webui/src/designer/icons/ComponentIcons.tsx 
b/karavan-app/src/main/webui/src/designer/icons/ComponentIcons.tsx
index b3809eab..d6ea5d07 100644
--- a/karavan-app/src/main/webui/src/designer/icons/ComponentIcons.tsx
+++ b/karavan-app/src/main/webui/src/designer/icons/ComponentIcons.tsx
@@ -16,7 +16,7 @@
  */
 import React from 'react';
 
-export function Smooks() {
+export function SmooksIcon() {
     return (
         <svg xmlns="http://www.w3.org/2000/svg";
              viewBox="0 0 90 79"
diff --git a/karavan-app/src/main/webui/src/designer/utils/CamelUi.tsx 
b/karavan-app/src/main/webui/src/designer/utils/CamelUi.tsx
index 7ce34eca..a5277408 100644
--- a/karavan-app/src/main/webui/src/designer/utils/CamelUi.tsx
+++ b/karavan-app/src/main/webui/src/designer/utils/CamelUi.tsx
@@ -67,7 +67,7 @@ import {
     SapIcon,
     SchedulingIcon,
     ScriptIcon,
-    SearchIcon, Smooks,
+    SearchIcon, SmooksIcon,
     SocialIcon,
     SpringIcon,
     TerminalIcon,
@@ -619,7 +619,7 @@ export class CamelUi {
         } else if (title.startsWith("DHIS2")) {
             return DHIS2Icon();
         } else if (title.startsWith("Smooks")) {
-            return Smooks();
+            return SmooksIcon();
         } else if (title.startsWith("Cassandra")) {
             return CassandraIcon();
         } else if (title.startsWith("Hazelcast")) {
diff --git a/karavan-designer/src/designer/icons/ComponentIcons.tsx 
b/karavan-designer/src/designer/icons/ComponentIcons.tsx
index b3809eab..d6ea5d07 100644
--- a/karavan-designer/src/designer/icons/ComponentIcons.tsx
+++ b/karavan-designer/src/designer/icons/ComponentIcons.tsx
@@ -16,7 +16,7 @@
  */
 import React from 'react';
 
-export function Smooks() {
+export function SmooksIcon() {
     return (
         <svg xmlns="http://www.w3.org/2000/svg";
              viewBox="0 0 90 79"
diff --git a/karavan-designer/src/designer/utils/CamelUi.tsx 
b/karavan-designer/src/designer/utils/CamelUi.tsx
index 7ce34eca..a5277408 100644
--- a/karavan-designer/src/designer/utils/CamelUi.tsx
+++ b/karavan-designer/src/designer/utils/CamelUi.tsx
@@ -67,7 +67,7 @@ import {
     SapIcon,
     SchedulingIcon,
     ScriptIcon,
-    SearchIcon, Smooks,
+    SearchIcon, SmooksIcon,
     SocialIcon,
     SpringIcon,
     TerminalIcon,
@@ -619,7 +619,7 @@ export class CamelUi {
         } else if (title.startsWith("DHIS2")) {
             return DHIS2Icon();
         } else if (title.startsWith("Smooks")) {
-            return Smooks();
+            return SmooksIcon();
         } else if (title.startsWith("Cassandra")) {
             return CassandraIcon();
         } else if (title.startsWith("Hazelcast")) {
diff --git a/karavan-space/src/designer/icons/ComponentIcons.tsx 
b/karavan-space/src/designer/icons/ComponentIcons.tsx
index b3809eab..d6ea5d07 100644
--- a/karavan-space/src/designer/icons/ComponentIcons.tsx
+++ b/karavan-space/src/designer/icons/ComponentIcons.tsx
@@ -16,7 +16,7 @@
  */
 import React from 'react';
 
-export function Smooks() {
+export function SmooksIcon() {
     return (
         <svg xmlns="http://www.w3.org/2000/svg";
              viewBox="0 0 90 79"
diff --git a/karavan-space/src/designer/utils/CamelUi.tsx 
b/karavan-space/src/designer/utils/CamelUi.tsx
index 7ce34eca..a5277408 100644
--- a/karavan-space/src/designer/utils/CamelUi.tsx
+++ b/karavan-space/src/designer/utils/CamelUi.tsx
@@ -67,7 +67,7 @@ import {
     SapIcon,
     SchedulingIcon,
     ScriptIcon,
-    SearchIcon, Smooks,
+    SearchIcon, SmooksIcon,
     SocialIcon,
     SpringIcon,
     TerminalIcon,
@@ -619,7 +619,7 @@ export class CamelUi {
         } else if (title.startsWith("DHIS2")) {
             return DHIS2Icon();
         } else if (title.startsWith("Smooks")) {
-            return Smooks();
+            return SmooksIcon();
         } else if (title.startsWith("Cassandra")) {
             return CassandraIcon();
         } else if (title.startsWith("Hazelcast")) {

Reply via email to