diff --git a/ui/components/NodeInputSubmit.tsx b/ui/components/NodeInputSubmit.tsx index 30312746d..16635d991 100644 --- a/ui/components/NodeInputSubmit.tsx +++ b/ui/components/NodeInputSubmit.tsx @@ -26,7 +26,7 @@ export const NodeInputSubmit: FC = ({ if (value.toLowerCase().startsWith("ping")) { return "logos/Ping.svg"; } - return ""; + return "logos/Fallback.svg"; }; const label = getNodeLabel(node); @@ -47,13 +47,11 @@ export const NodeInputSubmit: FC = ({ > {isProvider ? ( <> - {image && ( - {`${provider} - )} + {`${provider} Sign in with {label} ) : ( diff --git a/ui/public/logos/Fallback.svg b/ui/public/logos/Fallback.svg new file mode 100644 index 000000000..240024ebd --- /dev/null +++ b/ui/public/logos/Fallback.svg @@ -0,0 +1,3 @@ + + +