mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 06:04:43 +00:00
chore(inspect): changed logo and removed text
This commit is contained in:
parent
c9231654c8
commit
f3964a4ca0
5 changed files with 50 additions and 9 deletions
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<title>Sandbox Agent</title>
|
||||
<style>
|
||||
:root {
|
||||
|
|
|
|||
23
frontend/packages/inspector/public/favicon.svg
Normal file
23
frontend/packages/inspector/public/favicon.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 11 KiB |
23
frontend/packages/inspector/public/logos/sandboxagent.svg
Normal file
23
frontend/packages/inspector/public/logos/sandboxagent.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 11 KiB |
|
|
@ -887,8 +887,7 @@ export default function App() {
|
|||
<div className="app">
|
||||
<header className="header">
|
||||
<div className="header-left">
|
||||
<div className="logo">SA</div>
|
||||
<span className="header-title">Sandbox Agent</span>
|
||||
<img src="/logos/sandboxagent.svg" 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">
|
||||
|
|
|
|||
|
|
@ -24,8 +24,7 @@ const ConnectScreen = ({
|
|||
<div className="app">
|
||||
<header className="header">
|
||||
<div className="header-left">
|
||||
<div className="logo">SA</div>
|
||||
<span className="header-title">Sandbox Agent</span>
|
||||
<img src="/logos/sandboxagent.svg" alt="Sandbox Agent" className="logo-text" style={{ height: '20px', width: 'auto' }} />
|
||||
</div>
|
||||
{reportUrl && (
|
||||
<div className="header-right">
|
||||
|
|
@ -39,11 +38,7 @@ const ConnectScreen = ({
|
|||
<main className="landing">
|
||||
<div className="landing-container">
|
||||
<div className="landing-hero">
|
||||
<div className="landing-logo">SA</div>
|
||||
<h1 className="landing-title">Sandbox Agent</h1>
|
||||
<p className="landing-subtitle">
|
||||
Universal API for running Claude Code, Codex, OpenCode, and Amp inside sandboxes.
|
||||
</p>
|
||||
<img src="/logos/sandboxagent.svg" alt="Sandbox Agent" style={{ height: '32px', width: 'auto', marginBottom: '20px' }} />
|
||||
</div>
|
||||
|
||||
<div className="connect-card">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue