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}