MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / HomeSplitTextContent

Function HomeSplitTextContent

app/components/Home/HomeSplitSection.tsx:21–31  ·  view source on GitHub ↗
({
  children,
}: {
  children: React.ReactNode;
})

Source from the content-addressed store, hash-verified

19}
20
21export function HomeSplitTextContent({
22 children,
23}: {
24 children: React.ReactNode;
25}) {
26 return (
27 <div className="justify-self-center lg:justify-self-end max-w-2xl px-20 flex flex-col justify-center">
28 {children}
29 </div>
30 );
31}
32
33export function HomeSplitMediaContent({
34 children,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected