diff --git a/frontend/packages/inspector/public/favicon.svg b/frontend/packages/inspector/public/favicon.svg index f4704bd..287c425 100644 --- a/frontend/packages/inspector/public/favicon.svg +++ b/frontend/packages/inspector/public/favicon.svg @@ -1,23 +1 @@ - - - + \ No newline at end of file diff --git a/frontend/packages/inspector/src/App.tsx b/frontend/packages/inspector/src/App.tsx index 56c251e..cd4e118 100644 --- a/frontend/packages/inspector/src/App.tsx +++ b/frontend/packages/inspector/src/App.tsx @@ -18,6 +18,7 @@ import SessionSidebar from "./components/SessionSidebar"; import type { RequestLog } from "./types/requestLog"; import { buildCurl } from "./utils/http"; +const logoUrl = `${import.meta.env.BASE_URL}logos/sandboxagent.svg`; const defaultAgents = ["claude", "codex", "opencode", "amp", "mock"]; type ItemEventData = { @@ -887,7 +888,7 @@ export default function App() {