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

Function PowerButton

src/subComponents/PowerButton.jsx:40–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38`
39
40const PowerButton = () => {
41 return (
42 <Power>
43 <NavLink to="/">
44 <PowerBtn width={30} height={30} fill='currentColor' />
45 </NavLink>
46 </Power>
47 )
48}
49
50export default PowerButton

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected