repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | export default function HumanWrapper({ children }) { |
| #2 | return ( |
| #3 | <> |
| #4 | <div className="rounded-lg"> |
| #5 | <div className="flex items-center justify-start flex-row-reverse"> |
| #6 | <div className="flex items-center justify-center h-10 w-10 rounded-full bg-blue-800 text-white flex-shrink-0"> |
| #7 | H |
| #8 | </div> |
| #9 | <div className="mr-3 text-sm bg-blue-200 py-2 px-4 shadow-lg rounded-xl"> |
| #10 | <div>{children}</div> |
| #11 | </div> |
| #12 | </div> |
| #13 | </div> |
| #14 | </> |
| #15 | ); |
| #16 | } |
| #17 |