the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Apply Caskaydia Nerd Mono font to SSH textareas

+2
+2
apps/web/src/pages/settings/sshkeys/SshKeys.tsx
··· 52 52 aria-label="Textarea" 53 53 value={privateKey} 54 54 onChange={(e) => setPrivateKey(e.target.value)} 55 + style={{ fontFamily: "CaskaydiaNerdFontMonoRegular" }} 55 56 ></textarea> 56 57 </div> 57 58 <div className="mt-8"> ··· 65 66 aria-label="Textarea" 66 67 value={publicKey} 67 68 onChange={(e) => setPublicKey(e.target.value)} 69 + style={{ fontFamily: "CaskaydiaNerdFontMonoRegular" }} 68 70 ></textarea> 69 71 </div> 70 72 <div className="mt-4">