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.

Center home banner and CTAs, add Feedback link

+27 -16
+18 -16
apps/web/src/pages/home/Home.tsx
··· 15 15 <div className="flex flex-col min-h-screen bg-base-100"> 16 16 <Navbar /> 17 17 <div className="flex-1"> 18 - <div className="max-w-[77%] m-auto mt-[5%]"> 19 - <div> 20 - <pre>{banner}</pre> 18 + <div className="max-w-[77%] m-auto mt-[5%] text-center"> 19 + <div className="flex justify-center"> 20 + <pre className="text-left">{banner}</pre> 21 21 </div> 22 22 <h1 className="mb-[10px] text-7xl mb-[20px] font-medium"> 23 23 A Safe Space to Try Your Ideas ··· 28 28 that disappears when you're done. 29 29 </div> 30 30 31 - <Link 32 - className="btn bg-pink-500 border-none btn-xl mr-[20px] font-bold" 33 - to="/signin" 34 - > 35 - Start For Free 36 - </Link> 37 - <a 38 - href="https://docs.pocketenv.io" 39 - target="_blank" 40 - className="btn btn-outline border-white text-white btn-xl font-bold opacity-70 border-2 hover:opacity-100" 41 - > 42 - View Docs 43 - </a> 31 + <div className="flex justify-center gap-[20px]"> 32 + <Link 33 + className="btn bg-pink-500 border-none btn-xl font-bold" 34 + to="/signin" 35 + > 36 + Start For Free 37 + </Link> 38 + <a 39 + href="https://docs.pocketenv.io" 40 + target="_blank" 41 + className="btn btn-outline border-white text-white btn-xl font-bold opacity-70 border-2 hover:opacity-100" 42 + > 43 + View Docs 44 + </a> 45 + </div> 44 46 </div> 45 47 </div> 46 48 </div>
+9
apps/web/src/pages/home/Navbar/Navbar.tsx
··· 12 12 <div className="navbar-end flex items-center gap-4"> 13 13 <div className="ml-[10px]"> 14 14 <a 15 + href="https://github.com/pocketenv-io/pocketenv/issues/new" 16 + className="text-[15px]" 17 + target="_blank" 18 + > 19 + Feedback 20 + </a> 21 + </div> 22 + <div className="ml-[10px]"> 23 + <a 15 24 href="https://docs.pocketenv.io" 16 25 className="text-[15px]" 17 26 target="_blank"