MCPcopy Create free account
hub / github.com/DevOpsHiveHQ/dynamic-devops-roadmap / ModuleHeader

Function ModuleHeader

src/components/ModuleHeader/index.tsx:5–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import styles from './styles.module.css';
4
5const ModuleHeader = () => {
6 return (
7 <div className={styles.moduleHeader}>
8 <span className={styles.backToIndex}>
9 <Link title="Back to the roadmap index page." to="/getting-started#roadmap-index">
10 Back to roadmap index
11 </Link>
12 </span>
13 <span>
14 <AudienceSwitch/>
15 </span>
16 </div>
17 );
18};
19
20export default ModuleHeader

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected