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

Function PinnedSection

apps/web/ui/ChannelView/PinnedThread/index.tsx:9–15  ·  view source on GitHub ↗
({ children, onClick }: Props)

Source from the content-addressed store, hash-verified

7}
8
9export default function PinnedSection({ children, onClick }: Props) {
10 return (
11 <div className={styles.section} onClick={onClick}>
12 {children}
13 </div>
14 );
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected