MCPcopy Create free account
hub / github.com/BrasilAPI/BrasilAPI / Header

Function Header

components/Header/index.js:8–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6import styles from './styles.module.scss';
7
8export function Header() {
9 return (
10 <header className={styles.header}>
11 <div className={styles.containerHeader}>
12 <Image
13 src="/brasilapi-logo-medium.png"
14 alt="BrasilAPI Logo"
15 width="182"
16 height="45"
17 />
18 <div className={styles.ctas}>
19 <a href="https://github.com/BrasilAPI/BrasilAPI" aria-label="Github">
20 <FaGithub color="#1A2E46" />
21 </a>
22 <a href="#termos-de-uso" className={styles.link}>
23 Termos de uso
24 </a>
25 <Link href="/docs" className={styles.button}>
26 Documentação
27 </Link>
28 </div>
29 </div>
30 </header>
31 );
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected