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

Function SectionLabel

src/Components/Post/PostIndex.jsx:56–63  ·  view source on GitHub ↗
({children})

Source from the content-addressed store, hash-verified

54}
55
56function SectionLabel({children}) {
57 return (
58 <Typography variant="overline"
59 sx={{color: "text.secondary", fontWeight: 700, letterSpacing: "0.08em", display: "block", mb: 1.5}}>
60 {children}
61 </Typography>
62 );
63}
64
65export default function PostIndex() {
66 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected