MCPcopy Create free account
hub / github.com/codebucks27/Agency-website / TextBlock

Function TextBlock

src/components/TextBlock/index.js:64–76  ·  view source on GitHub ↗
({ topic, title, subText, children })

Source from the content-addressed store, hash-verified

62`;
63
64const TextBlock = ({ topic, title, subText, children }) => {
65 return (
66 <Lb id="leftBlock">
67 <Topic>
68 <Circle />
69 <span>{topic}</span>
70 </Topic>
71 <Title>{title}</Title>
72 <SubText>{subText}</SubText>
73 {children}
74 </Lb>
75 );
76};
77
78export default TextBlock;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected