chore(site): links and styling

This commit is contained in:
Nicholas Kissel 2026-01-28 17:15:27 -08:00
parent fe2f3ae658
commit f4184a3bbc
2 changed files with 5 additions and 5 deletions

View file

@ -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 {