mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-18 21:00:49 +00:00
chore(site): links and styling
This commit is contained in:
parent
fe2f3ae658
commit
f4184a3bbc
2 changed files with 5 additions and 5 deletions
|
|
@ -152,7 +152,7 @@ function UniversalAPIDiagram() {
|
|||
|
||||
const CopyInstallButton = () => {
|
||||
const [copied, setCopied] = useState(false);
|
||||
const installCommand = 'SandboxAgent.connect({ endpoint: "..." })';
|
||||
const installCommand = 'npx skills add https://sandboxagent.dev/docs';
|
||||
|
||||
const handleCopy = async () => {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue