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

Function Header

apps/web/ui/ChannelsView/Header/index.tsx:6–15  ·  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 <FiHash /> Channels
11 </div>
12 <div className={styles.subtitle}>Manage your channels.</div>
13 </StickyHeader>
14 );
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected