MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / Header

Function Header

apps/web/ui/ConfigurationsView/Header/index.tsx:6–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import styles from './index.module.scss';
5
6export default function Header() {
7 return (
8 <StickyHeader className={styles.header}>
9 <div className={styles.title}>
10 <FiSettings /> Configurations
11 </div>
12 <div className={styles.subtitle}>
13 Manage your community integration, URLs and important community details
14 </div>
15 </StickyHeader>
16 );
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected