mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-19 04:05:03 +00:00
chore(site): favicon change
This commit is contained in:
parent
155a65cb20
commit
975bbd949c
3 changed files with 7 additions and 26 deletions
|
|
@ -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() {
|
|||
<div className="app">
|
||||
<header className="header">
|
||||
<div className="header-left">
|
||||
<img src="/logos/sandboxagent.svg" alt="Sandbox Agent" className="logo-text" style={{ height: '20px', width: 'auto' }} />
|
||||
<img src={logoUrl} alt="Sandbox Agent" className="logo-text" style={{ height: '20px', width: 'auto' }} />
|
||||
</div>
|
||||
<div className="header-right">
|
||||
<a className="button ghost small" href={issueTrackerUrl} target="_blank" rel="noreferrer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue