From 57460e79c49a96374dd4f7c41f89bd881cd0a258 Mon Sep 17 00:00:00 2001 From: Bohdan Ptyts Date: Fri, 21 Aug 2026 21:00:45 +0200 Subject: [PATCH] Fix missing integration icons in the local sidebar --- packages/app/src/web/shell.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/packages/app/src/web/shell.tsx b/packages/app/src/web/shell.tsx index 4085432e19..0dbfb7e595 100644 --- a/packages/app/src/web/shell.tsx +++ b/packages/app/src/web/shell.tsx @@ -9,7 +9,10 @@ import { toolsAllAtom, } from "@executor-js/react/api/atoms"; import { Button } from "@executor-js/react/components/button"; -import { integrationPresetIconUrl } from "@executor-js/react/components/integration-favicon"; +import { + integrationInferredUrl, + integrationPresetIconUrl, +} from "@executor-js/react/components/integration-favicon"; import { IntegrationIconWithAccount } from "@executor-js/react/components/integration-icon-with-account"; import { CommandPalette } from "@executor-js/react/components/command-palette"; import { useClientPlugins, useIntegrationPlugins } from "@executor-js/sdk/client"; @@ -135,10 +138,15 @@ function IntegrationList(props: { pathname: string; onNavigate?: () => void }) { > {name}