MCPcopy Create free account
hub / github.com/OpenSIST/OpenSIST.github.io / SectionLabel

Function SectionLabel

src/Components/ProgramPage/ProgramIndex.jsx:66–73  ·  view source on GitHub ↗
({children})

Source from the content-addressed store, hash-verified

64}
65
66function SectionLabel({children}) {
67 return (
68 <Typography variant="overline"
69 sx={{color: "text.secondary", fontWeight: 700, letterSpacing: "0.08em", display: "block", mb: 1.5}}>
70 {children}
71 </Typography>
72 );
73}
74
75export default function ProgramIndex() {
76 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected