MCPcopy Create free account
hub / github.com/codebucks27/react-portfolio-final / LogoComponent

Function LogoComponent

src/subComponents/LogoComponent.jsx:19–25  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

17`
18
19const LogoComponent = (props) => {
20 return (
21 <Logo $color={props.theme}>
22 CB
23 </Logo>
24 )
25}
26
27export default LogoComponent

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected