diff --git a/src/components/dialect/icons/DialectLogo.tsx b/src/components/dialect/icons/DialectLogo.tsx deleted file mode 100644 index ff5fa30..0000000 --- a/src/components/dialect/icons/DialectLogo.tsx +++ /dev/null @@ -1,67 +0,0 @@ -import { SVGProps } from 'react'; -const SvgComponent = (props: SVGProps) => ( - - - - - - - - - - - - - - - - - - - - - - - - - - - - -); -export default SvgComponent; diff --git a/src/components/dialect/icons/HeliusLogo.tsx b/src/components/dialect/icons/HeliusLogo.tsx deleted file mode 100644 index 5cdae34..0000000 --- a/src/components/dialect/icons/HeliusLogo.tsx +++ /dev/null @@ -1,158 +0,0 @@ -import { SVGProps } from 'react'; - -const SvgComponent = (props: SVGProps) => ( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -); - -export default SvgComponent; \ No newline at end of file diff --git a/src/components/dialect/icons/PhantomLogo.tsx b/src/components/dialect/icons/PhantomLogo.tsx deleted file mode 100644 index bce59f8..0000000 --- a/src/components/dialect/icons/PhantomLogo.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import { SVGProps } from 'react'; - -const SvgComponent = (props: SVGProps) => ( - - - - - - - - - - -); -export default SvgComponent; diff --git a/src/components/dialect/ui/ActionContainer.tsx b/src/components/dialect/ui/ActionContainer.tsx index 44996cc..a84e6b1 100644 --- a/src/components/dialect/ui/ActionContainer.tsx +++ b/src/components/dialect/ui/ActionContainer.tsx @@ -226,8 +226,6 @@ export const ActionContainer = ({ init(); }, [initialApiUrl]); - console.log("Actions: ", action) - const buttons = useMemo( () => toSpliced(action?.actions @@ -240,8 +238,6 @@ export const ActionContainer = ({ [action, executionState.executingAction], ); - console.log("Buttons: ", buttons) - const inputs = useMemo( () => toSpliced(action?.actions @@ -264,7 +260,7 @@ export const ActionContainer = ({ please{' '} @@ -273,7 +269,7 @@ export const ActionContainer = ({ .