MCPcopy Create free account
hub / github.com/Qinbf/groundmap / SectionLabel

Function SectionLabel

web/components/SettingsMenu.tsx:45–51  ·  view source on GitHub ↗
({ children }: { children: ReactNode })

Source from the content-addressed store, hash-verified

43}
44
45function SectionLabel({ children }: { children: ReactNode }) {
46 return (
47 <div className="text-[10.5px] font-semibold uppercase tracking-wider text-muted-foreground mb-2">
48 {children}
49 </div>
50 );
51}
52
53export function SettingsMenu() {
54 const t = useT();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected