MCPcopy Create free account
hub / github.com/GRVYDEV/Project-Lightspeed / Header

Function Header

frontend/src/components/Header.jsx:5–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import { LightspeedLogoURL } from "../assets/constants";
4
5const Header = () => {
6 return (
7 <MainHeader>
8 <HeaderLogoContainer>
9 <img src={LightspeedLogoURL} alt="Lightspeed logo"></img>
10 <h1>Project Lightspeed</h1>
11 </HeaderLogoContainer>
12 </MainHeader>
13 );
14};
15
16export default Header;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected